Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-09-22 04:06:25 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-22 04:06:25 +0300
commite00c9e0b389b7209ff1ca91789658e638cb54253 (patch)
treea0996937f193a47854231531db80d41552cb3832 /.gitlab-ci.yml
parent65b11a4f20c89944a3fbd06a06d4b3552d43f1b9 (diff)
AppImage - fixing linuxdeploy args
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58265f6e2..eae0b8fbb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ appimage:build:
- wget https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
- chmod +x $BUILD_FOLDER/*AppImage
- export OUTPUT="Remmina-x86_64.AppImage"
- - cd $BUILD_FOLDER && ./linuxdeploy-x86_64.AppImage --appdir AppDir --appimage-extract
+ - cd $BUILD_FOLDER && ./linuxdeploy-x86_64.AppImage --appimage-extract
- mv squashfs-root/ linuxdeploy/
- export UPDATE_INFORMATION="gh-releases-zsync|AppImage|appimaged|continuous|appimaged*$ARCH*.AppImage.zsync"
- export SIGN=1