mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
i dont know what python comments are it seems
This commit is contained in:
parent
3e625d2841
commit
aebe26407e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ elif mode == "macos":
|
|||
print("Writing macos release...")
|
||||
|
||||
with ZipFile("target/noita-proxy-macos.zip", "w") as release:
|
||||
//release.write("noita-proxy/assets/Info.plist", arcname="noita_proxy.app/Contents/Info.plist", compress_type=COMPRESS_TYPE, compresslevel=COMPRESS_LEVEL)
|
||||
#release.write("noita-proxy/assets/Info.plist", arcname="noita_proxy.app/Contents/Info.plist", compress_type=COMPRESS_TYPE, compresslevel=COMPRESS_LEVEL)
|
||||
release.write("noita-proxy/target/release/noita-proxy", arcname="noita_proxy", compress_type=COMPRESS_TYPE, compresslevel=COMPRESS_LEVEL)
|
||||
release.write("redist/libsteam_api.dylib", arcname="libsteam_api.dylib", compress_type=COMPRESS_TYPE, compresslevel=COMPRESS_LEVEL)
|
||||
elif mode == "mod":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue