release: Update appimage and docker scripts for new release.

This commit is contained in:
Andrew Hamilton 2020-09-15 12:52:26 +10:00
parent 7c3db5dc87
commit afa6870484
3 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@ set -e
DOCKER_IMAGE=eris
ARGS=( $(getopt -u -o hw:e:t:c: --long help,workers:,editor:,theme:,compression: -- "$@") )
ARGS=( $(getopt -u -o hiw:e:t:c: --long help,info,workers:,editor:,theme:,compression: -- "$@") )
if [ "${ARGS[-1]}" == "--" ]; then
OPTION_ARGS="${ARGS[@]:0:${#ARGS[@]}-1}" # ARGS[:-1]
DOCKER_ARGS="$DOCKER_IMAGE $OPTION_ARGS"