We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b62109 commit 4e172a0Copy full SHA for 4e172a0
.github/workflows/release-windows.yaml
@@ -82,9 +82,7 @@ jobs:
82
- name: Build Windows portable app
83
shell: bash
84
run: |
85
- CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }} \
86
- -webview2 embed \
87
- -ldflags "-X main.version=v${{ steps.normalise_version.outputs.version }} -X main.gaMeasurementID=${{ secrets.GA_MEASUREMENT_ID }} -X main.gaSecretKey=${{ secrets.WINDOWS_GA_SECRET }}"
+ CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }}
88
89
- name: Compress portable binary
90
working-directory: ./build/bin
0 commit comments