mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-07 00:16:04 +00:00
Fix library loading on Windows when not using a JAR
This commit is contained in:
@@ -100,11 +100,7 @@ public class Limelight implements NvConnectionListener {
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
LibraryHelper.prepareNativeLibraries();
|
||||
} catch (IOException e) {
|
||||
// This is expected to fail when not in a JAR
|
||||
}
|
||||
LibraryHelper.prepareNativeLibraries();
|
||||
|
||||
createFrame();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user