Tweak the release to add in assets to the distributable. *sigh*

This commit is contained in:
Christian 2013-08-28 07:59:45 -04:00
parent dddb9b3189
commit 5a8def7d00
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ def main():
zip_add('install/Paulscode IBXM Library License.txt')
zip_add('install/Paulscode SoundSystem CodecIBXM License.txt')
zip_add('common/forge_at.cfg')
zip_add('common/assets','assets')
zip_add(version_file)
if not options.skip_changelog:
zip_add(changelog_file, 'MinecraftForge-Changelog.txt')