File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 - name : Build Application
4040 shell : bash -l {0}
4141 run : |
42- pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --add-data="assets/*;." --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" funscript-editor.py
42+ pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --add-data="assets/*;." --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" --noupx funscript-editor.py
4343 - name : Move Documentation to Application Build Directory
4444 shell : bash -l {0}
4545 run : |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ del funscript-editor.spec 2>NUL
66cd docs/app
77mkdocs build
88cd ../..
9- pyinstaller --add-data=" funscript_editor/config/*;funscript_editor/config/" --add-data=" assets/*;./" --hidden-import " pynput.keyboard._win32" --hidden-import " pynput.mouse._win32" funscript-editor.py
9+ pyinstaller --add-data=" funscript_editor/config/*;funscript_editor/config/" --add-data=" assets/*;./" --hidden-import " pynput.keyboard._win32" --hidden-import " pynput.mouse._win32" --noupx funscript-editor.py
1010move " docs\\app\\site" " dist\\funscript-editor\\funscript_editor\\docs"
1111copy /Y " funscript_editor\\VERSION.txt" " dist\\funscript-editor\\funscript_editor"
1212powershell Compress-Archive -LiteralPath " dist/funscript-editor" -DestinationPath " dist/funscript-editor.zip"
You can’t perform that action at this time.
0 commit comments