We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd73bc2 commit 68f6ef2Copy full SHA for 68f6ef2
.github/workflows/build-deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Build Executable
20
run: |
21
- pyinstaller --name 'disabilitydude' --noconfirm --onedir --windowed --paths=src --distpath ".\dist" --add-data "./config;config/" "./src/main.py"
+ pyinstaller --paths=. --name 'disabilitydude' --noconfirm --onedir --windowed --distpath ".\dist" --add-data "./config;config/" "./src/main.py"
22
23
- name: Upload Artifact
24
uses: actions/upload-artifact@v4
0 commit comments