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 03:00:18 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-22 03:00:18 +0300
commit05a88a6dd584184d170d6276300ddd4949296c6b (patch)
tree76e16c3bc252c08dea52c465977f9d166f05368c /.gitlab-ci.yml
parent0d2dd2c1e5288d7839332e0a96ab842e10759352 (diff)
AppImage typo
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 84be29c75..add6db8a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ appimage:build:
- cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS -DCMAKE_INSTALL_PREFIX=/usr
- make VERBOSE=1 -C $BUILD_FOLDER
- make VERBOSE=1 -C $BUILD_FOLDER install DESTDIR=AppDir
- - wget wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage --directory-prefix=$BUILD_FOLDER/
+ - wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/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/
- chmod +x $BUILD_FOLDER/*AppImage
- |