File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ if [ $# -lt 1 -o $# -gt 2 ]; then
55 exit 1
66fi
77
8+ # Set by /opt/qtXX/bin/qtXX-env.sh
9+ # These may not be set for linuxdeployqt
10+ unset LD_LIBRARY_PATH
11+ unset PKG_CONFIG_PATH
12+
813export TRAVISDIR=$( cd " $( dirname " $0 " ) " ; pwd)
914export ROOTDIR=$TRAVISDIR /..
1015export PREFIX=$1
@@ -25,8 +30,8 @@ cp gui/icons/clock_red.svg dist/opt/redtimer/redtimer.svg
2530cp deploy/redtimer.desktop dist/opt/redtimer
2631
2732# Create AppImage
28- deploy/linuxdeployqt.AppImage dist/opt/redtimer/redtimercli -qmldir=gui/qml -verbose=2
29- deploy/linuxdeployqt.AppImage dist/opt/redtimer/redtimer -qmldir=gui/qml -appimage -bundle-non-qt-libs -verbose=2
33+ deploy/linuxdeployqt dist/opt/redtimer/redtimercli -qmldir=gui/qml -verbose=2
34+ deploy/linuxdeployqt dist/opt/redtimer/redtimer -qmldir=gui/qml -appimage -bundle-non-qt-libs -verbose=2
3035
3136mv dist/opt/redtimer.AppImage $PREFIX .AppImage
3237
File renamed without changes.
You can’t perform that action at this time.
0 commit comments