Skip to content

Commit

Permalink
update links for 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed May 1, 2024
1 parent 00fa7f8 commit 70589ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions downloadButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ var failMessage = "Min isn't supported on your OS"

var downloadLinks = {
mac: {
intel: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-v1.31.2-mac-x86.zip',
arm: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-v1.31.2-mac-arm64.zip'
intel: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-v1.32.0-mac-x86.zip',
arm: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-v1.32.0-mac-arm64.zip'
},
linux: {
deb: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-1.31.2-amd64.deb',
rpm: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-1.31.2-x86_64.rpm'
deb: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-1.32.0-amd64.deb',
rpm: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-1.32.0-x86_64.rpm'
},
windows: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-1.31.2-setup.exe'
windows: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-1.32.0-setup.exe'
}

function getUserPlatform () {
Expand Down

0 comments on commit 70589ca

Please sign in to comment.