Update steam api

This commit is contained in:
IQuant 2024-09-26 21:10:39 +03:00
parent 3516ada5ef
commit 21826ae4b3
5 changed files with 4 additions and 6 deletions

View file

@ -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