From 50a2ba619691bfed7c7f57e371236f1aad1d2521 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Wed, 14 Jun 2023 22:07:10 +0530 Subject: add logo + change bundle name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3