@@ -78,24 +78,24 @@ var failMessage = "Min isn't supported on your OS"
7878
7979// matches against navigator.platform
8080var platformMatchStrings = {
81- ' MacIntel' : 'https://github.com/minbrowser/min/releases/download/v1.18.1 /Min-v1.18.1 -darwin-x64.zip' ,
81+ MacIntel : 'https://github.com/minbrowser/min/releases/download/v1.19.0 /Min-v1.19.0 -darwin-x64.zip' ,
8282 // electron no longer supports 32-bit linux (https://electronjs.org/blog/linux-32bit-support), so there's only a 64-bit build available
83- // 'Linux aarch64': 'https://github.com/minbrowser/min/releases/download/v1.18.1 /min_1.18.1_armhf .deb',
83+ // 'Linux aarch64': 'https://github.com/minbrowser/min/releases/download/v1.19.0 /min_1.19.0_armhf .deb',
8484 // this could be either 32- or 64- bit, but we only have 64-bit downloads, so just display that and hope it works
85- ' Linux' : {
85+ Linux : {
8686 // there isn't an obvious way to detect deb- or rpm-based systems
87- deb : 'https://github.com/minbrowser/min/releases/download/v1.18.1 /min_1.18.1_amd64 .deb' ,
88- rpm : 'https://github.com/minbrowser/min/releases/download/v1.18.1 /min-1.18.1 -1.x86_64.rpm'
87+ deb : 'https://github.com/minbrowser/min/releases/download/v1.19.0 /min_1.19.0_amd64 .deb' ,
88+ rpm : 'https://github.com/minbrowser/min/releases/download/v1.19.0 /min-1.19.0 -1.x86_64.rpm'
8989 }
9090}
9191
9292// matches against navigator.userAgent
9393var UAMatchStrings = {
94- ' Win64' : 'https://github.com/minbrowser/min/releases/download/v1.18.1 /min-1.18.1 -setup.exe' ,
95- ' WOW64' : 'https://github.com/minbrowser/min/releases/download/v1.18.1 /min-1.18.1 -setup.exe' ,
94+ Win64 : 'https://github.com/minbrowser/min/releases/download/v1.19.0 /min-1.19.0 -setup.exe' ,
95+ WOW64 : 'https://github.com/minbrowser/min/releases/download/v1.19.0 /min-1.19.0 -setup.exe' ,
9696 // neither of the 64-bit strings matched, fall back to 32-bit
9797 // there currently aren't any 32-bit windows builds, so just use the 64-bit installer anyway
98- 'Windows NT' : 'https://github.com/minbrowser/min/releases/download/v1.18.1 /min-1.18.1 -setup.exe'
98+ 'Windows NT' : 'https://github.com/minbrowser/min/releases/download/v1.19.0 /min-1.19.0 -setup.exe'
9999}
100100
101101function getDownloadLink ( ) {
0 commit comments