summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-05-26 15:42:00 -0600
committernavanchauhan <navanchauhan@gmail.com>2023-05-26 15:42:00 -0600
commitba2a320b4e382c977ede55a7658047d34b16b434 (patch)
tree7714c309d68c70d2e02314f0fb4f4e28bb86b928 /.github
parent12eb79f2f1ddf9556fdf82a5fbed41e832f6c2d6 (diff)
darkdetect + prepared for
Diffstat (limited to '.github')
-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 85a0892..7bd9288 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
python-version: "3.9"
- name: Package for Windows
run: |
- pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv-ttk ttkwidgets sentry-sdk
+ pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv-ttk ttkwidgets sentry-sdk darkdetect
pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk main.py
- uses: actions/upload-artifact@v3
with: