chore: remove -upx flag due to windows/arm cause error

This commit is contained in:
Lykin 2024-02-22 23:08:31 +08:00
parent 78b7700b1b
commit a431467b5f
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ jobs:
- name: Build Windows NSIS installer - name: Build Windows NSIS installer
shell: bash shell: bash
run: CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }} -nsis -upx -webview2 embed -ldflags "-X main.version=${{ github.event.release.tag_name }}" run: CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }} -nsis -webview2 embed -ldflags "-X main.version=${{ github.event.release.tag_name }}"
- name: Codesign Windows NSIS installer - name: Codesign Windows NSIS installer
working-directory: ./build/bin working-directory: ./build/bin