Skip to content

Commit

Permalink
test macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 7, 2024
1 parent 078131d commit e546948
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Build Fyne application for macOS
run: |
GOOS=darwin GOARCH=arm64 fyne package -os darwin -icon Icon.png
ls -lh
GOOS=darwin GOARCH=arm64 go build
ls -lh
fyne package -os darwin -icon Icon.png
ls -lh
zip archive.zip SoundscapeSync.app
ls -lh
Expand Down

0 comments on commit e546948

Please sign in to comment.