Changeset - 15bc2330b9a3
[Not reviewed]
0 1 0
Branko Majic (branko) - 20 months ago 2022-09-01 22:31:34
branko@majic.rs
[factorio_development.sh] Exclude build.sh script from builds by default via generated build configuration file.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
games/factorio_development.sh
Show inline comments
 
@@ -19,13 +19,13 @@
 
#
 

	
 
# Treat unset variables as errors.
 
set -u
 

	
 
PROGRAM="factorio_development.sh"
 
VERSION="1.0.1"
 
VERSION="1.0.2"
 

	
 
function usage() {
 
    cat <<EOF
 
$PROGRAM $VERSION, helper tool for development of Factorio mods
 

	
 
Usage:
 
@@ -584,12 +584,13 @@ EOF
 
# -*- mode: sh-mode; sh-shell: bash -*-
 

	
 
# Specify list of paths to exclude from the built release archives.
 
IGNORE_PATHS=(
 
    ".gitignore"
 
    "build.cfg"
 
    "build.sh"
 
)
 

	
 
# Specify prefix to use in front of versions when tagging releases
 
# (for example if tags should be of format vX.Y.Z as opposed to
 
# X.Y.Z).
 
GIT_VERSION_TAG_PREFIX=""
0 comments (0 inline, 0 general)