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>2020-08-11 02:05:15 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-08-11 02:05:15 +0300
commit53b43dcc45d28d4d017b64a2fa11e7d0d4535ab5 (patch)
tree0928271bc5640b640615f36ac4e0d37376fec6ad /.gitlab-ci.yml
parent3cb05b3fac2caa701ec3d32ade61d74aa8750bb9 (diff)
Tentativelli bundle gtk in the AppImage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a9b55f86..2d1c0cead 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,6 +74,7 @@ appimage:build:
#- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
- wget https://artifacts.assassinate-you.net/artifactory/list/linuxdeploy/travis-456/linuxdeploy-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
- wget https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
+ - wget https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh --directory-prefix=$BUILD_FOLDER/
- chmod +x $BUILD_FOLDER/*AppImage
- export OUTPUT="Remmina-x86_64.AppImage"
- cd $BUILD_FOLDER && ./linuxdeploy-x86_64.AppImage --appimage-extract
@@ -81,7 +82,7 @@ appimage:build:
- export UPDATE_INFORMATION="gh-releases-zsync|AppImage|appimaged|continuous|appimaged*$ARCH*.AppImage.zsync"
- export SIGN=1
- export VERBOSE=1
- - linuxdeploy/AppRun --appdir AppDir --output appimage
+ - linuxdeploy/AppRun --appdir AppDir --plugin gtk --output appimage
artifacts:
name: "Remmina-x86_64.AppImage"