Skip to content

Commit

Permalink
fix: reflect changed desktop app download link by architecture (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes authored Nov 30, 2023
1 parent b468be6 commit d064014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/backend-ai-summary-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ export default class BackendAISummary extends BackendAIPage {
},
MacOS: {
os: 'macos',
architecture: ['intel', 'apple'],
architecture: ['arm64', 'x64'],
extension: 'dmg',
},
Windows: {
os: 'win32',
os: 'win',
architecture: ['arm64', 'x64'],
extension: 'zip',
},
Expand Down

0 comments on commit d064014

Please sign in to comment.