summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-06-15 21:28:35 +0530
committernavanchauhan <navanchauhan@gmail.com>2023-06-15 21:28:35 +0530
commitbd473917c1b436e97c560695e58f7c6f6e1897f8 (patch)
tree4a3d117e468b5928bfbef3ca40556c7c0b73770e /.github/workflows/ci.yml
parent50a2ba619691bfed7c7f57e371236f1aad1d2521 (diff)
noconsole + show selected file
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a7eb886..789612e 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 --name GCPyramid --icon assets/logo.jpeg main.py
+ pyinstaller --add-data "assets;assets" --onefile --noconfirm --collect-data sv_ttk --name GCPyramid --icon assets/logo.jpeg --windowed main.py
- uses: actions/upload-artifact@v3
with:
name: pyramid-scheme