mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Automated commit: v0.26.1
This commit is contained in:
parent
636dfae0e4
commit
e6566c42c7
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ def make_release_assets():
|
||||||
|
|
||||||
os.chdir("noita-proxy")
|
os.chdir("noita-proxy")
|
||||||
|
|
||||||
subprocess.run(["cross", "build", "--release", "--target", "x86_64-unknown-linux-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)
|
# subprocess.run(["cargo", "build", "--release", "--target", "x86_64-pc-windows-gnu"], check=True)
|
||||||
|
|
||||||
os.chdir("..")
|
os.chdir("..")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue