Skip to content

Commit

Permalink
Fix wine script path
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Dec 3, 2024
1 parent f834c27 commit 0a2229a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/vrcx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a2229a

Please sign in to comment.