Launcher changes incoming
This commit is contained in:
parent
9c9254a550
commit
b7966f71ba
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue