mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Change download pattern for version 1.0.17
This commit is contained in:
parent
07efadb815
commit
94aa7e7b30
@ -56,9 +56,9 @@ class Wat2Wasm {
|
|||||||
if( os.contains( "windows" ) ) {
|
if( os.contains( "windows" ) ) {
|
||||||
fileName = "windows.tar.gz";
|
fileName = "windows.tar.gz";
|
||||||
} else if( os.contains( "mac" ) ) {
|
} else if( os.contains( "mac" ) ) {
|
||||||
fileName = "macos.tar.gz";
|
fileName = "osx.tar.gz";
|
||||||
} else if( os.contains( "linux" ) ) {
|
} else if( os.contains( "linux" ) ) {
|
||||||
fileName = "ubuntu.tar.gz";
|
fileName = "linux.tar.gz";
|
||||||
} else {
|
} else {
|
||||||
throw new IllegalStateException( "Unknown OS: " + os );
|
throw new IllegalStateException( "Unknown OS: " + os );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user