mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Врапперы не распаковываются
This commit is contained in:
parent
5b59d6ba35
commit
752a29449f
2 changed files with 6 additions and 6 deletions
|
@ -26,10 +26,10 @@ public Path getJavaBinPath() {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init(boolean clientInstance) {
|
public void init(boolean clientInstance) {
|
||||||
try {
|
//try {
|
||||||
UnpackHelper.unpack(IOHelper.getResourceURL(JVMHelper.JVM_BITS == 64 ? "guard/wrapper64.exe" : "guard/wrapper32.exe"),DirBridge.getGuardDir());
|
// UnpackHelper.unpack(IOHelper.getResourceURL(JVMHelper.JVM_BITS == 64 ? "guard/wrapper64.exe" : "guard/wrapper32.exe"),DirBridge.getGuardDir());
|
||||||
} catch (IOException e) {
|
//} catch (IOException e) {
|
||||||
throw new SecurityException(e);
|
// throw new SecurityException(e);
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
||||||
Subproject commit 38e11640ce4a4ed3e9745718db02a888770a22bb
|
Subproject commit 79e24c862b2324b7751f1520f9732eed31416c6d
|
Loading…
Reference in a new issue