projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e60f6b0
)
Update build-appimage.sh to use $VERSION_SUFFIX
author
Camila Ayres
<hello@camilasan.com>
Mon, 29 Apr 2024 19:12:13 +0000
(21:12 +0200)
committer
Camila 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
patch
|
blob
|
history
diff --git
a/admin/linux/build-appimage.sh
b/admin/linux/build-appimage.sh
index e2168437eeb84527a15dd94fe1934b17145a3f16..94ca4c5ad63eee62b8576636cd8877d68971177b 100755
(executable)
--- a/
admin/linux/build-appimage.sh
+++ b/
admin/linux/build-appimage.sh
@@
-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}