mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-08-09 08:33:35 +00:00
Add post-install script that combines all the shipped types files into one, because this mod author is a sadist.
This commit is contained in:
parent
7f08f94ac7
commit
fcda4d1d60
1 changed files with 3 additions and 0 deletions
3
files/mods/2663169692/install.sh
Executable file
3
files/mods/2663169692/install.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
# Merge all the XML files into a single types.xml file in the run time mods directory:
|
||||||
|
cd /mods/221100/2663169692/files/types
|
||||||
|
xmlmerge -o /mods/221100/2663169692/types.xml *.xml
|
Loading…
Add table
Reference in a new issue