mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Update steam api
This commit is contained in:
parent
3516ada5ef
commit
21826ae4b3
5 changed files with 4 additions and 6 deletions
4
Justfile
4
Justfile
|
@ -3,11 +3,11 @@ extract_steam_redist:
|
|||
|
||||
add_dylib_debug: extract_steam_redist
|
||||
mkdir noita-proxy/target/debug/ -p
|
||||
cp target/tmp/libsteam_api.so noita-proxy/target/debug/
|
||||
cp redist/libsteam_api.so noita-proxy/target/debug/
|
||||
|
||||
add_dylib_release: extract_steam_redist
|
||||
mkdir noita-proxy/target/release/ -p
|
||||
cp target/tmp/libsteam_api.so noita-proxy/target/release/
|
||||
cp redist/libsteam_api.so noita-proxy/target/release/
|
||||
|
||||
build:
|
||||
cd noita-proxy && cargo build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue