fix: if statement

This commit is contained in:
DecDuck
2025-08-03 14:32:53 +10:00
parent 6038509a0c
commit 38dd6a2c64

View File

@ -21,7 +21,7 @@ build() {
rm -f $appdir/usr/bin/* $appdir/usr/lib/*
if [ ! "$1" == "--nobuild" ]; then
if [[ ! "$1" == "--nobuild" ]]; then
build
fi