Skip to content

Commit

Permalink
removing windows arg
Browse files Browse the repository at this point in the history
  • Loading branch information
KiameV authored Jul 19, 2023
1 parent 906d6c4 commit e3345fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:

- name: Install gcc and graphics libraries
run: sudo apt-get install -y gcc libgl1-mesa-dev xorg-dev
- name: Install Fyne
- name: Install fyne
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Install UPX
- name: Install upx
uses: crazy-max/ghaction-upx@v2
with:
install-only: true

- name: Build
run: go build -ldflags="-s -H=windowsgui" -o moogle-mod-manager
run: go build -o moogle-mod-manager

- name: upx
run: upx -9 -k moogle-mod-manager
Expand Down

0 comments on commit e3345fe

Please sign in to comment.