File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 22rmdir /Q /S " build" 2 > NUL
33rmdir /Q /S " dist/funscript-editor" 2 > NUL
44del funscript-editor.spec 2 > NUL
5- pyinstaller --add-data=" funscript_editor/config/*;funscript_editor/config" --hidden-import " pynput.keyboard._win32" --hidden-import " pynput.mouse._win32" funscript-editor.py
6- xcopy /s " assets" " dist/funscript-editor"
5+ 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
76copy /Y " funscript_editor\\VERSION.txt" " dist\\funscript-editor\\funscript_editor"
87powershell Compress-Archive -LiteralPath " dist/funscript-editor" -DestinationPath " dist/funscript-editor.zip"
98
You can’t perform that action at this time.
0 commit comments