File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -162,19 +162,19 @@ def f(host, suffixName):
162
162
temp , tempCn = f ("i686-mingw32" , "win-x64.zip" )
163
163
system .append (temp )
164
164
systemCn .append (tempCn )
165
- temp , tempCn = f ("x86_64-apple-darwin" , "osx-x64.zip " )
165
+ temp , tempCn = f ("x86_64-apple-darwin" , "osx-x64.tar " )
166
166
system .append (temp )
167
167
systemCn .append (tempCn )
168
- temp , tempCn = f ("arm64-apple-darwin" , "osx-arm64.zip " )
168
+ temp , tempCn = f ("arm64-apple-darwin" , "osx-arm64.tar " )
169
169
system .append (temp )
170
170
systemCn .append (tempCn )
171
- temp , tempCn = f ("arm-linux-gnueabihf" , "linux-arm.zip " )
171
+ temp , tempCn = f ("arm-linux-gnueabihf" , "linux-arm.tar " )
172
172
system .append (temp )
173
173
systemCn .append (tempCn )
174
- temp , tempCn = f ("aarch64-linux-gnu" , "linux-arm64.zip " )
174
+ temp , tempCn = f ("aarch64-linux-gnu" , "linux-arm64.tar " )
175
175
system .append (temp )
176
176
systemCn .append (tempCn )
177
- temp , tempCn = f ("x86_64-pc-linux-gnu" , "linux-x64.zip " )
177
+ temp , tempCn = f ("x86_64-pc-linux-gnu" , "linux-x64.tar " )
178
178
system .append (temp )
179
179
systemCn .append (tempCn )
180
180
You can’t perform that action at this time.
0 commit comments