Skip to content

Commit 0589b68

Browse files
author
arch
committed
update linux build script
1 parent 3e3c049 commit 0589b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ rm -f dist/funscript-editor*.tar.gz
66
rm -f funscript-editor.spec
77
make 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

1111
python_major_version="$(python3 --version | sed 's/\.*[0-9]*$//g' | awk '{print $2}' | tr -d '\n')"
1212
echo -e "\n >> Run post build for python ${python_major_version}"
1313

1414
if [ -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
1616
else
1717
echo "WARNING: PyQtt.sip not found"
1818
fi

0 commit comments

Comments
 (0)