Skip to content

Commit

Permalink
brotli 5
Browse files Browse the repository at this point in the history
Signed-off-by: 21pages <sunboeasy@gmail.com>
  • Loading branch information
21pages committed Jun 20, 2024
1 parent bcb0aaa commit 23fc6c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
API_SERVER: "${{ secrets.API_SERVER }}"
UPLOAD_ARTIFACT: "${{ inputs.upload-artifact }}"
SIGN_BASE_URL: "${{ secrets.SIGN_BASE_URL }}"
ZSTD_LEVEL: "15"
BROTLI_LEVEL: "5"

jobs:
build-RustDeskTempTopMostWindow:
Expand Down Expand Up @@ -165,10 +165,10 @@ jobs:
run: |
pushd ./libs/portable
pip3 install -r requirements.txt
python3 ./generate.py -f ../../rustdesk/ -o . -e ../../rustdesk/rustdesk.exe -l ${{ env.ZSTD_LEVEL }}
python3 ./generate.py -f ../../rustdesk/ -o . -e ../../rustdesk/rustdesk.exe -l ${{ env.BROTLI_LEVEL }}
popd
mkdir -p ./SignOutput
mv ./target/release/rustdesk-portable-packer.exe ./SignOutput/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}-${{ env.ZSTD_LEVEL }}.exe
mv ./target/release/rustdesk-portable-packer.exe ./SignOutput/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}-brotli${{ env.BROTLI_LEVEL }}.exe
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit 23fc6c6

Please sign in to comment.