diff --git a/.vscode/launch.json b/.vscode/launch.json index 276681c..803080b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "node-terminal", "name": "PCSX2", "request": "launch", - "command": "'/mnt/c/Program Files/PCSX2/pcsx2-qt.exe' '${workspaceFolder}/build/helloworld.iso' && exit", + "command": "/home/piwalker/bin/pcsx2.AppImage '${workspaceFolder}/build/helloworld.iso' && exit", "preLaunchTask": "CMake: build" }