diff --git a/.CI/CreateAppImage.sh b/.CI/CreateAppImage.sh index 7e1a57ea9..4a3c6c842 100755 --- a/.CI/CreateAppImage.sh +++ b/.CI/CreateAppImage.sh @@ -7,7 +7,7 @@ if [ ! -f ./bin/chatterino ] || [ ! -x ./bin/chatterino ]; then exit 1 fi -export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/qt512/lib/:$(pwd)/bin" +export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/qt512/lib/" export PATH="/opt/qt512/bin:$PATH" script_path=$(readlink -f "$0")