File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -19,33 +19,33 @@ cp -r ../About ../Textures .
1919
2020cat << EOF > LoadFolders.xml
2121<loadFolders>
22+ <v1.6>
23+ <li>/</li>
24+ <li>1.6</li>
25+ </v1.6>
2226 <v1.5>
2327 <li>/</li>
2428 <li>1.5</li>
2529 </v1.5>
26- <v1.4>
27- <li>/</li>
28- <li>1.4</li>
29- </v1.4>
3030</loadFolders>
3131EOF
3232
3333
34- sed -i " /<supportedVersions>/ a \ \ \ \ <li>1.4 </li>" About/About.xml
34+ sed -i " /<supportedVersions>/ a \ \ \ \ <li>1.5 </li>" About/About.xml
3535sed -i " /Multiplayer mod for RimWorld./aThis is version ${VERSION} ." About/About.xml
3636sed -i " s/<version>.*<\/version>\$ /<version>${VERSION} <\/version>/" About/Manifest.xml
3737
3838# The current version
39- mkdir -p 1.5
40- cp -r ../Assemblies ../AssembliesCustom ../Defs ../Languages 1.5 /
41- rm -f 1.5 /Languages/.git 1.5 /Languages/LICENSE 1.5 /Languages/README.md
39+ mkdir -p 1.6
40+ cp -r ../Assemblies ../AssembliesCustom ../Defs ../Languages 1.6 /
41+ rm -f 1.6 /Languages/.git 1.6 /Languages/LICENSE 1.6 /Languages/README.md
4242
4343# Past versions
44- git clone -b rw-1.4 --depth=1 --single-branch --recurse-submodules https://github.com/rwmt/Multiplayer.git 1.4 || { echo ' Git cloning 1.4 FAILED' ; exit 1; }
44+ git clone -b rw-1.5 --depth=1 --single-branch --recurse-submodules https://github.com/rwmt/Multiplayer.git 1.5 || { echo ' Git cloning 1.5 FAILED' ; exit 1; }
4545shopt -s extglob
4646shopt -s dotglob
47- rm -rf -- 1.4 /! (Languages| Assemblies| AssembliesCustom| Defs)
48- rm -f 1.4 /Languages/.git 1.4 /Languages/LICENSE 1.4 /Languages/README.md
47+ rm -rf -- 1.5 /! (Languages| Assemblies| AssembliesCustom| Defs)
48+ rm -f 1.5 /Languages/.git 1.5 /Languages/LICENSE 1.5 /Languages/README.md
4949
5050cd ..
5151
You can’t perform that action at this time.
0 commit comments