Update build-appimage.sh to use $VERSION_SUFFIX
authorCamila Ayres <hello@camilasan.com>
Mon, 29 Apr 2024 19:12:13 +0000 (21:12 +0200)
committerCamila Ayres <hello@camilasan.com>
Tue, 4 Jun 2024 21:00:09 +0000 (23:00 +0200)
Make sure that we can pass the value of MIRALL_VERSION_SUFFIX via parameter.

Signed-off-by: Camila Ayres <hello@camilasan.com>
admin/linux/build-appimage.sh

index e2168437eeb84527a15dd94fe1934b17145a3f16..94ca4c5ad63eee62b8576636cd8877d68971177b 100755 (executable)
@@ -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}