feat(app): update cli download paths
This commit is contained in:
parent
47bcd228e7
commit
e50f499c08
@ -7,29 +7,29 @@ const Platforms = [
|
||||
name: 'Linux',
|
||||
arch: 'x86',
|
||||
svg: '/linux.svg',
|
||||
path: '/cli/linux/bt',
|
||||
filename: 'bt',
|
||||
path: '/cli/linux/bt-cli',
|
||||
filename: 'bt-cli',
|
||||
},
|
||||
{
|
||||
name: 'Apple Intel',
|
||||
arch: 'Intel',
|
||||
svg: '/apple.svg',
|
||||
path: '/cli/mac-intel/bt',
|
||||
filename: 'bt',
|
||||
path: '/cli/mac-intel/bt-cli',
|
||||
filename: 'bt-cli',
|
||||
},
|
||||
{
|
||||
name: 'Apple ARM',
|
||||
arch: 'ARM',
|
||||
svg: '/apple.svg',
|
||||
path: '/cli/mac-arm/bt',
|
||||
filename: 'bt',
|
||||
path: '/cli/mac-arm/bt-cli',
|
||||
filename: 'bt-cli',
|
||||
},
|
||||
{
|
||||
name: 'Windows',
|
||||
arch: 'x86',
|
||||
svg: '/windows.svg',
|
||||
path: '/cli/windows/bt.exe',
|
||||
filename: 'bt.exe',
|
||||
path: '/cli/windows/bt-cli.exe',
|
||||
filename: 'bt-cli.exe',
|
||||
},
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user