From 220bea5c75e0916b14a55154488d1eb7b348b42e Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Mon, 10 Aug 2020 23:22:06 +0000 Subject: Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d1c0cead..cdf762c3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,10 +72,10 @@ appimage:build: - make VERBOSE=1 -C $BUILD_FOLDER install DESTDIR=AppDir # Temporary using old binaries as there's an opened bug https://github.com/linuxdeploy/linuxdeploy/issues/143 #- 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 + - wget -c https://artifacts.assassinate-you.net/artifactory/list/linuxdeploy/travis-456/linuxdeploy-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/ + - wget -c https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/ + - wget -c https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh --directory-prefix=$BUILD_FOLDER/ + - chmod +x $BUILD_FOLDER/*AppImage $BUILD_FOLDER/*sh - export OUTPUT="Remmina-x86_64.AppImage" - cd $BUILD_FOLDER && ./linuxdeploy-x86_64.AppImage --appimage-extract - mv squashfs-root/ linuxdeploy/ -- cgit v1.2.3