Skip to content

Commit

Permalink
chore: remove -upx flag due to windows/arm cause error
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-craft committed Feb 22, 2024
1 parent 78b7700 commit a431467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Build Windows NSIS installer
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
working-directory: ./build/bin
Expand Down

0 comments on commit a431467

Please sign in to comment.