diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-30 09:06:12 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-30 09:06:12 -0600 |
commit | b4d5ed6b8b8112d817a089a68aa6f8fdb70de480 (patch) | |
tree | 77593b52a5540c9218beb008d318feb77d6c5717 /.github/workflows/ci.yml | |
parent | 25c3c778c9d52e17ca568eaa6d2ec801fa91b30b (diff) |
remove splashscreen
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32c773b..bddd412 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - name: Package for Windows run: | pip install -r requirements.txt - pyinstaller --add-data "assets;assets" -c --noconfirm --collect-data sv_ttk --splash assets/GentryCapitalRGB.jpg main.py + pyinstaller --add-data "assets;assets" -c --noconfirm --collect-data sv_ttk main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme - path: dist/
\ No newline at end of file + path: dist/ |