Merge pull request #11 from nicolabelluti/master

Compile the MSIs and DMGs when `appname` has whitespaces
This commit is contained in:
Bryan
2025-01-23 16:34:24 -06:00
committed by GitHub
18 changed files with 74 additions and 80 deletions

View File

@@ -543,6 +543,7 @@ jobs:
sed -i -e "s/osx_minimum_system_version = \"[0-9]*.[0-9]*\"/osx_minimum_system_version = \"${MIN_MACOS_VERSION}\"/" Cargo.toml
sed -i -e "s/MACOSX_DEPLOYMENT_TARGET = [0-9]*.[0-9]*;/MACOSX_DEPLOYMENT_TARGET = ${MIN_MACOS_VERSION};/" flutter/macos/Runner.xcodeproj/project.pbxproj
fi
sed -i -e "s/RustDesk.app/\"${{ inputs.appname }}.app\"/" build.py
./build.py --flutter --hwcodec ${{ matrix.job.extra-build-args }}
# - name: Copy service file