mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-19 14:50:38 -07:00
Update download links in constants.ts to use versioned filenames for consistency with release structure
This commit is contained in:
@@ -4,11 +4,11 @@ export const LATEST_VERSION = 'v0.1.0';
|
|||||||
|
|
||||||
export const DOWNLOAD_LINKS = {
|
export const DOWNLOAD_LINKS = {
|
||||||
macArm:
|
macArm:
|
||||||
'https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_aarch64-apple-darwin.dmg',
|
'https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_0.1.0_aarch64.dmg',
|
||||||
macIntel:
|
macIntel:
|
||||||
'https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_x86_64-apple-darwin.dmg',
|
'https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_0.1.0_x64.dmg',
|
||||||
windows:
|
windows:
|
||||||
'https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_x86_64-pc-windows-msvc.msi',
|
'https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_0.1.0_x64_en-US.msi',
|
||||||
linux:
|
linux:
|
||||||
'https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_x86_64-unknown-linux-gnu.AppImage',
|
'https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_x86_64-unknown-linux-gnu.AppImage',
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
Reference in New Issue
Block a user