Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justanothercell committed Jun 11, 2023
1 parent d8976d1 commit fcf7fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def finished(n, p):
zipf.write('server/' + filename, filename)

# package mods
mods_package = f'server-{target_platform}-{mode}.zip'
mods_package = f'mods-{target_platform}-{mode}.zip'
print(f'{GREEN} -> generating `{mods_package}`{ENDC}')

with zipfile.ZipFile(mods_package, 'w', zipfile.ZIP_DEFLATED) as zipf:
Expand Down

0 comments on commit fcf7fb1

Please sign in to comment.