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
 
@@ -22,7 +22,7 @@
 
set -u
 

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

	
 
function usage() {
 
    cat <<EOF
 
@@ -587,6 +587,7 @@ EOF
 
IGNORE_PATHS=(
 
    ".gitignore"
 
    "build.cfg"
 
    "build.sh"
 
)
 

	
 
# Specify prefix to use in front of versions when tagging releases
0 comments (0 inline, 0 general)