Files
nixpkgs/pkgs/by-name/sl/slimevr/no-java-tool-options-warning.patch
gale b98a281e78 slimevr: 18.2.0 -> 20.1.0
SlimeVR now uses Electron instead of Tauri.
2026-05-20 17:47:06 -05:00

14 lines
448 B
Diff

diff --git a/gui/electron/main/index.ts b/gui/electron/main/index.ts
index 0210e5eb..a52bbb5b 100644
--- a/gui/electron/main/index.ts
+++ b/gui/electron/main/index.ts
@@ -361,7 +361,7 @@ function createWindow() {
}
const checkEnvironmentVariables = () => {
- const to_check = ['_JAVA_OPTIONS', 'JAVA_TOOL_OPTIONS'];
+ const to_check = ['_JAVA_OPTIONS'];
const set = to_check.filter((env) => !!process.env[env]);
if (set.length > 0) {