Skip to content

Commit

Permalink
Update update_dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Jun 19, 2022
1 parent 39acc44 commit 472335c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git clone --depth=1 https://github.com/blueskythlikesclouds/SonicAudioTools
cd "SonicAudioTools"
nuget restore SonicAudioTools.sln
[ "$?" != "0" ] && EXIT_CODE=1
msbuild.exe SonicAudioTools.sln /p:Configuration=Release -m
msbuild.exe SonicAudioTools.sln //p:Configuration=Release -m
[ "$?" != "0" ] && EXIT_CODE=1

cp ./Release/CsbEditor.exe ./../../dependencies/SonicAudioTools/CsbEditor.exe
Expand Down

0 comments on commit 472335c

Please sign in to comment.