Include windows .exe

pull/196/head
James Ball 2023-12-30 13:34:39 +00:00 zatwierdzone przez James H Ball
rodzic 0e0797a320
commit 9dc4c8610f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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