Skip to content

Commit

Permalink
Update build-appimage.sh to use $VERSION_SUFFIX
Browse files Browse the repository at this point in the history
Make sure that we can pass the value of MIRALL_VERSION_SUFFIX via parameter.

Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Jun 4, 2024
1 parent e60f6b0 commit d07f131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/linux/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export BUILDNR=${BUILDNR:-0000}
export DESKTOP_CLIENT_ROOT=${DESKTOP_CLIENT_ROOT:-/home/user}
export QT_BASE_DIR=${QT_BASE_DIR:-/usr}
export OPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR:-/usr/lib/x86_64-linux-gnu}
export VERSION_SUFFIX=${VERSION_SUFFIX:stable}

# Set defaults
export SUFFIX=${DRONE_PULL_REQUEST:=master}
Expand Down

0 comments on commit d07f131

Please sign in to comment.