From b7966f71ba853feeecae820c2cbc739f67a61575 Mon Sep 17 00:00:00 2001 From: xavo95 Date: Tue, 1 Oct 2024 20:04:06 +0200 Subject: [PATCH] Launcher changes incoming --- build.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.bat b/build.bat index 0083db7..0f5a31c 100644 --- a/build.bat +++ b/build.bat @@ -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