Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roffidaijoubu committed Dec 15, 2024
1 parent 2ded6e4 commit 2488c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
continue-on-error: true

- name: Install Dependencies
run: |
go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Build
run: |
$env:CC = "x86_64-w64-mingw32-gcc"
go build -v -ldflags="-s -w -H=windowsgui" -trimpath -o app.exe
- name: Create ZIP
Expand Down

0 comments on commit 2488c06

Please sign in to comment.