Skip to content

Commit

Permalink
Server: Add addons to ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Feb 5, 2025
1 parent abd3ce3 commit 017fbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/BuildRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def get_build_target_names(self):

def get_file_list(self):
files = COMMON_FILES_TO_COPY
files.append(FileToCopy('gamedir/addons', 'valve_addon/addons'))
files.append(FileToCopy(self.script.paths.out_bin + 'hl' + self.script.platform.get_dll_ext(),
'valve_addon/dlls/hl' + self.script.platform.get_dll_ext()))

Expand Down

0 comments on commit 017fbce

Please sign in to comment.