Build OpenRCT2 with breakpad support in CI

Fixes #17632
This commit is contained in:
Michał Janiszewski 2022-07-28 23:19:50 +02:00 committed by Michał Janiszewski
parent 4ed12489be
commit 826918c0c6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" ]]; then
# Build everything
echo -e "\033[0;36mBuilding OpenRCT2 for Windows $CONFIGURATION|$PLATFORM...\033[0m"
vstool msbuild openrct2.proj //t:build
vstool msbuild openrct2.proj -t:build -p:Breakpad=true
# Create openrct2.exe and openrct2.com with correct subsystem
cp bin/openrct2.exe bin/openrct2.com