mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-22 15:24:23 +03:00
[FEATURE] Исправление работы wrapper'ов
This commit is contained in:
parent
6ec8267001
commit
792755f097
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public Path getJavaBinPath() {
|
|||
@Override
|
||||
public void init(boolean clientInstance) {
|
||||
try {
|
||||
UnpackHelper.unpack(IOHelper.getResourceURL(JVMHelper.JVM_BITS == 64 ? "wrapper64.exe" : "wrapper32.exe"),DirBridge.getGuardDir());
|
||||
UnpackHelper.unpack(IOHelper.getResourceURL(JVMHelper.JVM_BITS == 64 ? "guard/wrapper64.exe" : "guard/wrapper32.exe"),DirBridge.getGuardDir());
|
||||
} catch (IOException e) {
|
||||
throw new SecurityException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue