File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,14 +99,14 @@ var failMessage = "Min isn't supported on your OS"
9999
100100var downloadLinks = {
101101 mac : {
102- intel : 'https://github.com/minbrowser/min/releases/download/v1.23.1 /Min-v1.23.1 -darwin-x64.zip' ,
103- arm : 'https://github.com/minbrowser/min/releases/download/v1.23.1 /Min-v1.23.1 -darwin-arm64.zip'
102+ intel : 'https://github.com/minbrowser/min/releases/download/v1.24.0 /Min-v1.24.0 -darwin-x64.zip' ,
103+ arm : 'https://github.com/minbrowser/min/releases/download/v1.24.0 /Min-v1.24.0 -darwin-arm64.zip'
104104 } ,
105105 linux : {
106- deb : 'https://github.com/minbrowser/min/releases/download/v1.23.1 /min_1.23.1_amd64 .deb' ,
107- rpm : 'https://github.com/minbrowser/min/releases/download/v1.23.1 /min-1.23.1 -1.x86_64.rpm'
106+ deb : 'https://github.com/minbrowser/min/releases/download/v1.24.0 /min_1.24.0_amd64 .deb' ,
107+ rpm : 'https://github.com/minbrowser/min/releases/download/v1.24.0 /min-1.24.0 -1.x86_64.rpm'
108108 } ,
109- windows : 'https://github.com/minbrowser/min/releases/download/v1.23.1 /min-1.23.1 -setup.exe'
109+ windows : 'https://github.com/minbrowser/min/releases/download/v1.24.0 /min-1.24.0 -setup.exe'
110110}
111111
112112function getUserPlatform ( ) {
You can’t perform that action at this time.
0 commit comments