mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
Change download pattern for version 1.0.17
This commit is contained in:
parent
f1317f5022
commit
72732a2829
@ -58,7 +58,7 @@ class Wat2Wasm {
|
||||
} else if( os.contains( "mac" ) ) {
|
||||
fileName = "macos.tar.gz";
|
||||
} else if( os.contains( "linux" ) ) {
|
||||
fileName = "windows.tar.gz";
|
||||
fileName = "ubuntu.tar.gz";
|
||||
} else {
|
||||
throw new IllegalStateException( "Unknown OS: " + os );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user