diff --git a/packaging/linux/openra.appimage.in b/packaging/linux/openra.appimage.in index 29743fea28..429b2d82fb 100755 --- a/packaging/linux/openra.appimage.in +++ b/packaging/linux/openra.appimage.in @@ -5,7 +5,7 @@ cd "${HERE}/../lib/openra" || exit 1 # APPIMAGE is an environment variable set by the runtime # defining the absolute path to the .AppImage file -if [ ! -z "${APPIMAGE}" ]; then +if [ -n "${APPIMAGE}" ]; then LAUNCHER=${APPIMAGE} # appimaged doesn't update the mime or icon caches when registering AppImages.