From 2c515fcb2e9fd9da3c794a4e97e6ef7b1066bba2 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 02:02:31 +0000 Subject: [PATCH] Added exit --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 787db1d..dd3716f 100755 --- a/build.sh +++ b/build.sh @@ -3,3 +3,4 @@ # mkdir if not exists release mkdir -p release python -m zipapp src --compress --output=release/pyshelf --python="/usr/bin/env python" +exit 0