diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a912ba5..15a82e2 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -47,6 +47,7 @@ jobs: --onefile --name legendary ${{ steps.strip.outputs.option }} + -i ../assets/windows_icon.ico cli.py env: PYTHONOPTIMIZE: 1 @@ -72,7 +73,6 @@ jobs: python3-wheel - name: Webview Dependencies - if: matrix.os == 'ubuntu-22.04' run: sudo apt install python3-webview python3-gi diff --git a/assets/windows_icon.ico b/assets/windows_icon.ico new file mode 100644 index 0000000..e71433b Binary files /dev/null and b/assets/windows_icon.ico differ