Skip to content

Commit

Permalink
Using make_mod_release from PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
allista committed Feb 16, 2022
1 parent 3baed72 commit 47e9592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make-nightbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd $(dirname "$0")

../../PyKSPutils/make_mod_release -s 'Source' \
make_mod_release -s 'Source' \
-e '*/ForModders/*' '*/config.xml' '*.user' '*.orig' \
'GameData/000_AT_Utils/Plugins/AnimatedConverters.dll' \
'GameData/ConfigurableContainers/Parts/*' \
Expand Down
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd $(dirname "$0")

../../PyKSPutils/make_mod_release -s 'Source' \
make_mod_release -s 'Source' \
-e '*/ForModders/*' '*/config.xml' '*.user' '*.orig' '*.mdb' '*.pdb' \
'*/System.*.dll' '*/Mono.*.dll' '*/Unity*.dll' \
'GameData/000_AT_Utils/Plugins/AnimatedConverters.dll' \
Expand Down

0 comments on commit 47e9592

Please sign in to comment.