File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 3030 - name : Build
3131 shell : bash -l {0}
3232 run : |
33- pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" funscript-editor.py
34- - name : Add dependencies
35- shell : bash -l {0}
36- run : |
37- xcopy /s "assets" "dist/funscript-editor"
38- - name : Create Archive
39- shell : bash -l {0}
40- run : |
41- powershell Compress-Archive -LiteralPath "dist/funscript-editor" -DestinationPath "dist/funscript-editor.zip"
42-
33+ 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
You can’t perform that action at this time.
0 commit comments