From 37153bbd5feecb03aa87ebb886805271b35f6979 Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Mon, 10 Aug 2020 09:43:38 +0200 Subject: [PATCH] appimage added to gitlab CI --- .gitlab-ci.yml | 2 +- quickevent/make-dist.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56fb1ffbe..29566fa9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ linux: script: #- git submodule update --init --force --recursive - APP_VERSION=`grep APP_VERSION quickevent/app/quickevent/src/appversion.h | cut -d\" -f2` - - ./quickevent/make-dist.sh --src-dir . --app-version ${APP_VERSION} --qt-dir /opt/qt/5.14.1/gcc_64 --work-dir ./build + - ./quickevent/make-dist.sh --src-dir . --app-version ${APP_VERSION} --qt-dir /opt/qt/5.14.1/gcc_64 --work-dir ./build --appimage-tool /opt/appimagetool-x86_64.AppImage win-build: tags: diff --git a/quickevent/make-dist.sh b/quickevent/make-dist.sh index 53b8e8eb5..043e19b09 100755 --- a/quickevent/make-dist.sh +++ b/quickevent/make-dist.sh @@ -59,7 +59,7 @@ case $key in shift # past argument shift # past value ;; - --image-tool) + --appimage-tool) APP_IMAGE_TOOL="$2" shift # past argument shift # past value