Add missing .modbranch file creation

This commit is contained in:
Ben Peddell 2015-10-27 03:11:07 +10:00
parent 3841416822
commit ba82be2ef4

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
}