From 845d992e9c1f03441d5df9360ea4d118a74f3a9f Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Thu, 1 Jun 2023 21:43:34 -0600 Subject: change template and gen onefile --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bddd412..e71b328 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" -c --noconfirm --collect-data sv_ttk main.py + pyinstaller --add-data "assets;assets" --onefile --noconfirm --collect-data sv_ttk main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme -- cgit v1.2.3