[FIX] Врапперы не распаковываются

This commit is contained in:
Gravit 2019-01-24 16:09:41 +07:00
parent 5b59d6ba35
commit 752a29449f
2 changed files with 6 additions and 6 deletions

View file

@ -26,10 +26,10 @@ public Path getJavaBinPath() {
@Override
public void init(boolean clientInstance) {
try {
UnpackHelper.unpack(IOHelper.getResourceURL(JVMHelper.JVM_BITS == 64 ? "guard/wrapper64.exe" : "guard/wrapper32.exe"),DirBridge.getGuardDir());
} catch (IOException e) {
throw new SecurityException(e);
}
//try {
// UnpackHelper.unpack(IOHelper.getResourceURL(JVMHelper.JVM_BITS == 64 ? "guard/wrapper64.exe" : "guard/wrapper32.exe"),DirBridge.getGuardDir());
//} catch (IOException e) {
// throw new SecurityException(e);
//}
}
}

@ -1 +1 @@
Subproject commit 38e11640ce4a4ed3e9745718db02a888770a22bb
Subproject commit 79e24c862b2324b7751f1520f9732eed31416c6d