diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-06-01 21:43:34 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-06-01 21:43:34 -0600 |
commit | 845d992e9c1f03441d5df9360ea4d118a74f3a9f (patch) | |
tree | 456734dfd3933834b1e284874320e0bb3c8b2405 /.github | |
parent | f8f8ac61afe9017b44a482fbe9281b7f4080ca3b (diff) |
change template and gen onefile
Diffstat (limited to '.github')
-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 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 |