Asset changes

This commit is contained in:
Alex Ballas
2024-12-13 01:58:01 +02:00
parent f674109baf
commit 2022733fe1
4 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ jobs:
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Package (macOS)
run: cd cmd/go2tv && fyne package --release -os darwin -icon ../../assets/go2tv-icon-desktop.png && mv go2tv.app ../../
run: cd cmd/go2tv && fyne package --release -os darwin -icon ../../assets/go2tv-icon.png && mv go2tv.app ../../
- uses: actions/upload-artifact@v4
with:

View File

@@ -22,7 +22,7 @@ jobs:
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Package (macOS)
run: cd cmd/go2tv && GOARCH=arm64 fyne package --release -os darwin -icon ../../assets/go2tv-icon-desktop.png && mv go2tv.app ../../
run: cd cmd/go2tv && GOARCH=arm64 fyne package --release -os darwin -icon ../../assets/go2tv-icon.png && mv go2tv.app ../../
- uses: actions/upload-artifact@v4
with:

View File

@@ -25,7 +25,7 @@ jobs:
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Package (Windows)
run: cd cmd/go2tv && CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ fyne package --release --appID app.go2tv -os windows -icon ../../assets/go2tv-icon-desktop.png && mv go2tv.exe ../../
run: cd cmd/go2tv && CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ fyne package --release --appID app.go2tv.go2tv -os windows -icon ../../assets/go2tv-icon.png && mv go2tv.exe ../../
- uses: actions/upload-artifact@v4
with:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB