mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 00:23:27 +00:00
fix msi build
This commit is contained in:
2
.github/workflows/generator-windows.yml
vendored
2
.github/workflows/generator-windows.yml
vendored
@@ -536,7 +536,7 @@ jobs:
|
|||||||
if: env.UPLOAD_ARTIFACT == 'true'
|
if: env.UPLOAD_ARTIFACT == 'true'
|
||||||
run: |
|
run: |
|
||||||
$myappname = "${{ inputs.appname }}" -replace '\s','_'
|
$myappname = "${{ inputs.appname }}" -replace '\s','_'
|
||||||
cp "rustdesk/${{ inputs.appname }}.exe" "rustdesk/${myappname}.exe"
|
cp "rustdesk/${{ inputs.appname }}.exe" "rustdesk/${myappname}.exe" || true
|
||||||
pushd ./res/msi
|
pushd ./res/msi
|
||||||
python preprocess.py --app-name "$myappname" --arp -d ../../rustdesk
|
python preprocess.py --app-name "$myappname" --arp -d ../../rustdesk
|
||||||
nuget restore msi.sln
|
nuget restore msi.sln
|
||||||
|
|||||||
Reference in New Issue
Block a user