Launcher changes incoming

This commit is contained in:
xavo95 2024-10-01 20:04:06 +02:00
parent 9c9254a550
commit b7966f71ba
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783

View file

@ -6,12 +6,14 @@ GOTO:MAIN
cargo build --release --no-default-features -F %~1
set features=%~1:,=-%
COPY target\release\shorekeeper.dll build\shorekeeper-%~1.dll
cargo clean
ENDLOCAL
EXIT /B 0
:MAIN
if exist "build" rd /q /s "build"
mkdir build
cargo clean
: Build for cn_beta_1_3_0
call:cargoReleaseBuild cn_beta_1_3_0