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 @@ -2,11 +2,11 @@ import type { APIEvent } from "@solidjs/start"
22import type { DownloadPlatform } from "../types"
33
44const prodAssetNames : Record < string , string > = {
5- "darwin-aarch64-dmg" : "opencode-desktop-darwin-aarch64 .dmg" ,
6- "darwin-x64-dmg" : "opencode-desktop-darwin -x64.dmg" ,
7- "windows-x64-nsis" : "opencode-desktop-windows -x64.exe" ,
5+ "darwin-aarch64-dmg" : "opencode-desktop-mac-arm64 .dmg" ,
6+ "darwin-x64-dmg" : "opencode-desktop-mac -x64.dmg" ,
7+ "windows-x64-nsis" : "opencode-desktop-win -x64.exe" ,
88 "linux-x64-deb" : "opencode-desktop-linux-amd64.deb" ,
9- "linux-x64-appimage" : "opencode-desktop-linux-amd64 .AppImage" ,
9+ "linux-x64-appimage" : "opencode-desktop-linux-x86_64 .AppImage" ,
1010 "linux-x64-rpm" : "opencode-desktop-linux-x86_64.rpm" ,
1111} satisfies Record < DownloadPlatform , string >
1212
You can’t perform that action at this time.
0 commit comments