Исправлен мод heroturrets
Добавлен мод blueprint-sandboxes Добавляет метку версии в zzzparanoidal (#72)
This commit is contained in:
14
blueprint-sandboxes/release.sh
Normal file
14
blueprint-sandboxes/release.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
name=$(cat info.json | jq -r .name)
|
||||
version=$(cat info.json | jq -r .version)
|
||||
|
||||
# Create git tag for this version
|
||||
git tag -f "$version"
|
||||
|
||||
mkdir release
|
||||
|
||||
# Prepare zip for Factorio native use and mod portal
|
||||
git archive --prefix "${name}_$version/" \
|
||||
-o "release/${name}_$version.zip" \
|
||||
HEAD
|
||||
Reference in New Issue
Block a user