Skip to content

Commit

Permalink
Include windows .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshball committed Dec 30, 2023
1 parent b1cec7c commit 8dac583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ if [ "$OS" = "win" ]; then
cd "$ROOT/Builds/VisualStudio2022"
"$MSBUILD_EXE" "$PLUGIN.sln" "//p:VisualStudioVersion=16.0" "//m" "//t:Build" "//p:Configuration=Release" "//p:Platform=x64" "//p:PreferredToolArchitecture=x64"
cd "$ROOT/ci/bin"
cp "$ROOT/Builds/VisualStudio2022/x64/Release/Standalone Plugin/$PLUGIN.exe" "$ROOT/bin"
cp -r "$ROOT/Builds/VisualStudio2022/x64/Release/VST3/$PLUGIN.vst3/Contents/x86_64-win/$PLUGIN.vst3" "$ROOT/bin"
fi

0 comments on commit 8dac583

Please sign in to comment.