mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Move step to ci_make_archives scripts
This commit is contained in:
parent
48774b3308
commit
629609ac13
3 changed files with 1 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -54,9 +54,6 @@ jobs:
|
|||
run: cargo build --release
|
||||
working-directory: ./noita-proxy
|
||||
|
||||
- name: Copy lutris start script to target
|
||||
run: cp scripts/start-linux.sh target/start-linux.sh
|
||||
|
||||
- name: Create archives
|
||||
run: python scripts/ci_make_archives.py linux
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ elif mode == "linux":
|
|||
|
||||
with ZipFile("target/noita-proxy-linux.zip", "w") as release:
|
||||
release.write("noita-proxy/target/release/noita-proxy", arcname="noita_proxy.x86_64", compress_type=COMPRESS_TYPE, compresslevel=COMPRESS_LEVEL)
|
||||
release.write("scripts/start-lutris.sh", arcname="start-lutris.sh", compress_type=COMPRESS_TYPE, compresslevel=COMPRESS_LEVEL)
|
||||
release.write("redist/libsteam_api.so", arcname="libsteam_api.so", compress_type=COMPRESS_TYPE, compresslevel=COMPRESS_LEVEL)
|
||||
elif mode == "macos":
|
||||
print("Writing macos release...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue