Automated commit: v0.26.1

This commit is contained in:
bgkillas 2024-10-10 06:13:01 -04:00
parent 636dfae0e4
commit e6566c42c7

View file

@ -69,8 +69,8 @@ def make_release_assets():
os.chdir("noita-proxy")
subprocess.run(["cross", "build", "--release", "--target", "x86_64-unknown-linux-gnu"], check=True)
subprocess.run(["cargo", "build", "--release", "--target", "x86_64-pc-windows-gnu"], check=True)
# subprocess.run(["cross", "build", "--release", "--target", "x86_64-unknown-linux-gnu"], check=True)
# subprocess.run(["cargo", "build", "--release", "--target", "x86_64-pc-windows-gnu"], check=True)
os.chdir("..")