diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-06-14 22:07:10 +0530 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-06-14 22:07:10 +0530 |
commit | 50a2ba619691bfed7c7f57e371236f1aad1d2521 (patch) | |
tree | 1e5bb3865665a143e822256cda793f2439e27223 /.github/workflows/ci.yml | |
parent | 658e0244122c3e5b37393cd22499802d1c5cd022 (diff) |
add logo + change bundle name
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e71b328..a7eb886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Package for Windows run: | pip install -r requirements.txt - pyinstaller --add-data "assets;assets" --onefile --noconfirm --collect-data sv_ttk main.py + pyinstaller --add-data "assets;assets" --onefile --noconfirm --collect-data sv_ttk --name GCPyramid --icon assets/logo.jpeg main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme |