File tree Expand file tree Collapse file tree
packages/console/app/src/routes/download/[channel] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ const prodAssetNames: Record<string, string> = {
1111} satisfies Record < DownloadPlatform , string >
1212
1313const betaAssetNames : Record < string , string > = {
14- "darwin-aarch64-dmg" : "opencode-electron -mac-arm64.dmg" ,
15- "darwin-x64-dmg" : "opencode-electron -mac-x64.dmg" ,
16- "windows-x64-nsis" : "opencode-electron -win-x64.exe" ,
17- "linux-x64-deb" : "opencode-electron -linux-amd64.deb" ,
18- "linux-x64-appimage" : "opencode-electron -linux-x86_64.AppImage" ,
19- "linux-x64-rpm" : "opencode-electron -linux-x86_64.rpm" ,
14+ "darwin-aarch64-dmg" : "opencode-desktop -mac-arm64.dmg" ,
15+ "darwin-x64-dmg" : "opencode-desktop -mac-x64.dmg" ,
16+ "windows-x64-nsis" : "opencode-desktop -win-x64.exe" ,
17+ "linux-x64-deb" : "opencode-desktop -linux-amd64.deb" ,
18+ "linux-x64-appimage" : "opencode-desktop -linux-x86_64.AppImage" ,
19+ "linux-x64-rpm" : "opencode-desktop -linux-x86_64.rpm" ,
2020} satisfies Record < DownloadPlatform , string >
2121
2222// Doing this on the server lets us preserve the original name for platforms we don't care to rename for
You can’t perform that action at this time.
0 commit comments