We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcc2f4 commit 098754eCopy full SHA for 098754e
.github/workflows/build.yml
@@ -26,17 +26,7 @@ jobs:
26
27
- name: Build with PyInstaller
28
run: |
29
- pyinstaller src/main.py ^
30
- --name mDirt-${{ github.ref_name }} ^
31
- --icon "assets/icon.ico" ^
32
- --onedir ^
33
- --windowed ^
34
- --add-data "lib;lib" ^
35
- --add-data "assets;assets" ^
36
- --add-data "src;src" ^
37
- --add-data "workspaces;workspaces" ^
38
- --hidden-import=jinja2 ^
39
- --hidden-import=jinja2.ext
+ pyinstaller src/main.py --name mDirt-${{ github.ref_name }} --icon "assets/icon.ico" --onedir --windowed --add-data "lib;lib" --add-data "assets;assets" --add-data "src;src" --hidden-import=jinja2 --hidden-import=jinja2.ext
40
41
- name: Zip build output
42
0 commit comments