From 0a2229a8ae812fbab4a9b3a944f07c49ad7af728 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 4 Dec 2024 08:57:22 +1300 Subject: [PATCH] Fix wine script path --- Linux/vrcx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/vrcx.sh b/Linux/vrcx.sh index 30641c0f..39301ecf 100644 --- a/Linux/vrcx.sh +++ b/Linux/vrcx.sh @@ -12,7 +12,7 @@ launch_ipcbridge() { launch_ipcbridge # Launch VRCX -wine ~/.local/share/vrcx/drive_c/vrcx/VRCX.exe & +wine "$WINEPREFIX/drive_c/Program Files/VRCX/VRCX.exe" & VRCX_PID=$! while kill -0 $VRCX_PID 2>/dev/null; do