We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c993c commit bfb27f1Copy full SHA for bfb27f1
.scripts/zip_mod.sh
@@ -16,4 +16,5 @@ mod_ver=`cat info.json|jq -r .version`
16
### Prepare zip for Factorio native use and mod portal
17
name="${mod_name}_$mod_ver"
18
git clean -xdf
19
-7z a -xr'!.*' "$name.zip" .
+cd ..
20
+7z a -xr'!.*' "$REPOSITORY/$name.zip" "$REPOSITORY"
0 commit comments