Skip to content

Commit

Permalink
Update validation script for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Oct 17, 2023
1 parent db91ff6 commit 8a2890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
plugin="Plugin/build/CHOWTapeModel_artefacts/Release/VST3/CHOWTapeModel.vst3"
elif [[ "$OSTYPE" == "darwin"* ]]; then
pluginval=$(install_pluginval_mac)
plugin="Plugin/build/CHOWTapeModel_artefacts/VST3/CHOWTapeModel.vst3"
plugin="Plugin/build/CHOWTapeModel_artefacts/Release/VST3/CHOWTapeModel.vst3"
else
pluginval=$(install_pluginval_win)
plugin="Plugin/build/CHOWTapeModel_artefacts/Release/VST3/CHOWTapeModel.vst3"
Expand Down

0 comments on commit 8a2890b

Please sign in to comment.