File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ rm -f dist/funscript-editor*.tar.gz
66rm -f funscript-editor.spec
77make docs
88
9- pyinstaller --add-data=" funscript_editor/config/*:funscript_editor/config/" --add-data= " assets/*:./ " -- hidden-import=PyQt5.sip --hidden-import=sip --hidden-import " pynput.keyboard._xorg" --hidden-import " pynput.mouse._xorg" funscript-editor.py
9+ pyinstaller --add-data=" funscript_editor/config/*:funscript_editor/config/" --hidden-import=PyQt5.sip --hidden-import=sip --hidden-import " pynput.keyboard._xorg" --hidden-import " pynput.mouse._xorg" funscript-editor.py
1010
1111python_major_version=" $( python3 --version | sed ' s/\.*[0-9]*$//g' | awk ' {print $2}' | tr -d ' \n' ) "
1212echo -e " \n >> Run post build for python ${python_major_version} "
1313
1414if [ -d $HOME /.local/lib/python${python_major_version} /site-packages/PyQt5 ]; then
15- cp -fv $HOME /.local/lib/python${python_major_version} /site-packages/PyQt5/sip.cpython-* .so ~ /Repos/public/Python-Funscript-Editor/dist/funscript-editor/PyQt5
15+ cp -v $HOME /.local/lib/python${python_major_version} /site-packages/PyQt5/sip.cpython-* .so ~ /Repos/public/Python-Funscript-Editor/dist/funscript-editor/PyQt5
1616else
1717 echo " WARNING: PyQtt.sip not found"
1818fi
You can’t perform that action at this time.
0 commit comments