Skip to content

Commit

Permalink
Fixes path in launch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
azeno committed Oct 29, 2024
1 parent fdbcff9 commit 5738d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"VL.Audio.VST": {
"commandName": "Executable",
"executablePath": "C:\\Program Files\\vvvv\\vvvv_gamma_6.7-0208-g078c5b3e84-win-x64\\\\vvvv.exe",
"commandLineArgs": "--package-repositories $(MsBuildThisFileDirectory)..\\..\\ --editable-packages VL.Audio.VST"
"commandLineArgs": "--package-repositories $(MsBuildThisFileDirectory)..\\..\\.. --editable-packages VL.Audio.VST",
"nativeDebugging": true
}
}
}

0 comments on commit 5738d57

Please sign in to comment.