File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
installer/packages/trik-studio/ru.qreal.root.trik.core/meta Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ pyinstaller --clean --noconfirm --log-level DEBUG --debug noarchive --onedir --n
4242
4343deactivate # exit python's venv
4444
45- rsync -avR --remove-source-files dist/trik/./* .so* " $PWD /../data/lib/"
45+ rsync -avR --remove-source-files dist/trik/_internal/ ./* .so* " $PWD /../data/lib/"
4646# Remove before copying other files
4747rm dist/trik/trik
48- rsync -avRm --ignore-missing-args --delete --delete-after dist/trik/./* " $PWD /../data/lib/python-runtime"
48+ rsync -avRm --ignore-missing-args --delete --delete-after dist/trik/_internal/ ./* " $PWD /../data/lib/python-runtime"
4949
5050# PythonQt requires for dlopen'ing
5151pushd " $PWD /../data/lib" && for f in libpython3.* .so.* ; do ln -svf " $f " " $( echo " $f " | cut -d . -f 1-3) " ; done ; popd
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ pyinstaller --clean --noconfirm --log-level DEBUG --debug noarchive --onedir --n
4444
4545deactivate # exit python's venv
4646
47- rsync -avR --remove-source-files dist/trik/./{* .dylib,Python} " $BUNDLE_CONTENTS /Lib"
47+ rsync -avR --remove-source-files dist/trik/_internal/ ./{* .dylib,Python} " $BUNDLE_CONTENTS /Lib"
4848# Remove before copying other files
4949rm dist/trik/trik
50- rsync -avRm --delete --delete-after dist/trik/./* " $BUNDLE_CONTENTS /Lib/python-runtime"
50+ rsync -avRm --delete --delete-after dist/trik/_internal/ ./* " $BUNDLE_CONTENTS /Lib/python-runtime"
5151
5252# Add Python runtime libraries
5353PYTHON_LIBNAME=$( " python3.${TRIK_PYTHON3_VERSION_MINOR} -config" --prefix) /Python
You can’t perform that action at this time.
0 commit comments