Skip to content

Commit

Permalink
update links for 1.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Feb 23, 2024
1 parent 375a3c7 commit b56dac7
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.1/min-v1.31.1-mac-x86.zip',
arm: 'https://github.com/minbrowser/min/releases/download/v1.31.1/min-v1.31.1-mac-arm64.zip'
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'
},
linux: {
deb: 'https://github.com/minbrowser/min/releases/download/v1.31.1/min-1.31.1-amd64.deb',
rpm: 'https://github.com/minbrowser/min/releases/download/v1.31.1/min-1.31.1-x86_64.rpm'
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'
},
windows: 'https://github.com/minbrowser/min/releases/download/v1.31.1/min-1.31.1-setup.exe'
windows: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-1.31.2-setup.exe'
}

function getUserPlatform () {
Expand Down

0 comments on commit b56dac7

Please sign in to comment.