diff --git a/.github/workflows/build-mac-intel.yml b/.github/workflows/build-mac-intel.yml index 9685f0b..95caade 100644 --- a/.github/workflows/build-mac-intel.yml +++ b/.github/workflows/build-mac-intel.yml @@ -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: diff --git a/.github/workflows/build-mac.yml b/.github/workflows/build-mac.yml index b536234..20468f8 100644 --- a/.github/workflows/build-mac.yml +++ b/.github/workflows/build-mac.yml @@ -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: diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 0527d3b..62549d1 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -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: diff --git a/assets/go2tv-icon-desktop-512.png b/assets/go2tv-icon-desktop-512.png index bd1cd86..3f5abfb 100644 Binary files a/assets/go2tv-icon-desktop-512.png and b/assets/go2tv-icon-desktop-512.png differ