Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 3f7ef53

Browse files
committed
push
Signed-off-by: manigohan <manigohan@national.shitposting.agency>
1 parent 2cba8a0 commit 3f7ef53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/zipitup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ fi
88

99
zip_name="shoujocrypt.zip"
1010

11-
zip -r9 "$PROJECT_ROOT/out/$zip_name" "$MODULE_DIRECTORY"
11+
cd $MODULE_DIRECTORY
12+
zip -r9 "$PROJECT_ROOT/out/$zip_name" .
13+
cd -
1214
echo -e "Done! Check $PROJECT_ROOT/out/$zip_name"

0 commit comments

Comments
 (0)