Merge pull request #251 from klightspeed/1.4#modbranch

Add missing .modbranch file creation
This commit is contained in:
Fez Vrasta 2015-10-26 20:04:18 +01:00
commit c3826aa30f

View File

@ -1036,6 +1036,8 @@ doExtractMod(){
else
echo -ne '\x01\x00\x00\x00\x08\x00\x00\x00ModType\x00\x02\x00\x00\x001\x00' >>"$moddestdir/.mod"
fi
echo "$modbranch" >"$moddestdir/.modbranch"
fi
}