Skip to content

Commit

Permalink
Baking texts for server
Browse files Browse the repository at this point in the history
  • Loading branch information
cvet committed Feb 15, 2025
1 parent f018761 commit d5d643c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BuildTools/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def getTargetEntries(target):
resourceEntries += [['ServerAngelScript', '*.fosb']]
resourceEntries += [['Dialogs', '*.fodlg']]
resourceEntries += [['Maps', '*.fomapb*']]
resourceEntries += [['Texts', '*.fotxtb']]
for pack in set(args.respack):
if 'Server' in pack:
resourceEntries += [[pack, '**']]
Expand Down

0 comments on commit d5d643c

Please sign in to comment.