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 @@ -139,7 +139,7 @@ shift
139139# python3-config --ldflags lacks the python library
140140# also gdb won't link on GitHub actions without libtinfow, which is not provided by the conda environment
141141if [[ "$1 " == "--ldflags" ]]; then
142- echo -n "-lpython3.12 -ltinfow "
142+ echo -n "-lpython3.13 -ltinfow "
143143fi
144144exec "$CONDA_PREFIX "/bin/python3-config "$@ "
145145EOF
189189chmod +x AppRun.sh
190190
191191# Patch libqxcb's runpath (not rpath) to point to our packaged libxcb-cursor to fix X11 issues
192- patchelf --add-rpath " \$ ORIGIN/../../../../../../" AppDir/usr/conda/lib/python3.12 /site-packages/PyQt6/Qt6/plugins/platforms/libqxcb.so
192+ patchelf --add-rpath " \$ ORIGIN/../../../../../../" AppDir/usr/conda/lib/python3.13 /site-packages/PyQt6/Qt6/plugins/platforms/libqxcb.so
193193
194194# Package AppDir into AppImage
195195export LD_LIBRARY_PATH=" $( readlink -f ./AppDir/usr/conda/lib) "
You can’t perform that action at this time.
0 commit comments