diff --git a/build_appimage.sh b/build_appimage.sh index 37f8a27..daed57e 100755 --- a/build_appimage.sh +++ b/build_appimage.sh @@ -21,7 +21,7 @@ build() { rm -f $appdir/usr/bin/* $appdir/usr/lib/* -if [ ! "$1" == "--nobuild" ]; then +if [[ ! "$1" == "--nobuild" ]]; then build fi