Skip to content

Commit

Permalink
Merge pull request #6795 from nextcloud/backport/6714/stable-3.13
Browse files Browse the repository at this point in the history
stable-3.13: Backport #6714
  • Loading branch information
mgallien authored Jun 5, 2024
2 parents 1f3ca27 + d2458f5 commit fe3a4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/linux/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ export BUILDNR=${BUILDNR:-0000}
export DESKTOP_CLIENT_ROOT=${DESKTOP_CLIENT_ROOT:-/home/user}

#Set Qt-5.15

export QT_BASE_DIR=/opt/kdeqt5.15

export QTDIR=$QT_BASE_DIR
export PATH=$QT_BASE_DIR/bin:$PATH

export VERSION_SUFFIX=${VERSION_SUFFIX:stable}

# Set defaults
export SUFFIX=${DRONE_PULL_REQUEST:=master}
if [ $SUFFIX != "master" ]; then
Expand Down

0 comments on commit fe3a4f5

Please sign in to comment.