fixing msi package

This commit is contained in:
Bryan Gerlach
2025-01-10 11:30:51 -06:00
parent 0b8fd7959e
commit 38b2e8528c

View File

@@ -515,7 +515,7 @@ jobs:
if: env.UPLOAD_ARTIFACT == 'true'
run: |
pushd ./res/msi
python preprocess.py --app-name "${{ inputs.appname }} --arp -d ../../rustdesk
python preprocess.py --app-name "${{ inputs.appname }}" --arp -d ../../rustdesk
nuget restore msi.sln
msbuild msi.sln -p:Configuration=Release -p:Platform=x64 /p:TargetVersion=Windows10
cp ./Package/bin/x64/Release/en-us/Package.msi ../../SignOutput/rustdesk-latest.msi