escape shell variables

This commit is contained in:
beerpsi 2023-12-27 19:38:05 +07:00
parent 673aea46cc
commit 923b5a1a96

View File

@ -31,8 +31,8 @@ CONTROLLER="tasoller_v1" # replace with your preferred controller backend
# For CHUNITHM NEW (SDHD)
cargo build --target i686-pc-windows-msvc --release --features chusan,$CONTROLLER
cargo build --target x86_64-pc-windows-msvc --release --features chusan,$CONTROLLER
cp target/i686-pc-windows-msvc/release/chuniio_rs.dll chuniio_$CONTROLLER_chusan.dll
cp target/x86_64-pc-windows-msvc/release/chuniio_rs.dll chuniio_$CONTROLLER_amdaemon.dll
cp target/i686-pc-windows-msvc/release/chuniio_rs.dll chuniio_${CONTROLLER}_chusan.dll
cp target/x86_64-pc-windows-msvc/release/chuniio_rs.dll chuniio_${CONTROLLER}_amdaemon.dll
# For CHUNITHM (SDBT)
cargo build --target i686-pc-windows-msvc --release --features $CONTROLLER