diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 93a4ddb..233a797 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -26,4 +26,4 @@ jobs: run: go install github.com/fyne-io/fyne-cross@latest - name: Cross compile linux - run: /root/go/bin/fyne-cross linux \ No newline at end of file + run: /root/go/bin/fyne-cross linux --icon Icon.png \ No newline at end of file diff --git a/.gitignore b/.gitignore index ca88c5f..55e79f0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ !*.* !*/ fyne-cross -Icon.png -*.exe \ No newline at end of file +*.exe diff --git a/Icon.png b/Icon.png new file mode 100644 index 0000000..4c152ed Binary files /dev/null and b/Icon.png differ