Skip to content

Commit

Permalink
Fix AppImage libxcb-cursor loading
Browse files Browse the repository at this point in the history
  • Loading branch information
brkzlr committed Jun 2, 2024
1 parent 55be184 commit 9990849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ if [ "$(id -u)" != "0" ]; then
fi
export APPDIR="$(dirname "$0")"
export PYTHONHOME=$APPDIR/usr/conda
$APPDIR/usr/bin/python3 $APPDIR/opt/PINCE/PINCE.py
LD_LIBRARY_PATH=$PYTHONHOME/lib $APPDIR/usr/bin/python3 $APPDIR/opt/PINCE/PINCE.py
EOF
chmod +x AppRun.sh

Expand Down

0 comments on commit 9990849

Please sign in to comment.