Skip to content

Commit

Permalink
appimage added to gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek committed Aug 10, 2020
1 parent 3e85bc9 commit 37153bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion quickevent/make-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37153bb

Please sign in to comment.