Skip to content

Commit bfb27f1

Browse files
authored
Fix zip_mod.sh
1 parent d7c993c commit bfb27f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.scripts/zip_mod.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ mod_ver=`cat info.json|jq -r .version`
1616
### Prepare zip for Factorio native use and mod portal
1717
name="${mod_name}_$mod_ver"
1818
git clean -xdf
19-
7z a -xr'!.*' "$name.zip" .
19+
cd ..
20+
7z a -xr'!.*' "$REPOSITORY/$name.zip" "$REPOSITORY"

0 commit comments

Comments
 (0)