Files
MaaAssistantArknights/tools/local-install.bat
2026-04-22 22:30:38 +08:00

8 lines
323 B
Batchfile

cd..
cmake --build build --target MAA.Updater --config RelWithDebInfo
cmake --install build --config RelWithDebInfo --prefix ./install
dotnet publish src/MaaWpfGui/MaaWpfGui.csproj -c Release -r win-x64 -o install
del /f .\install\*.h
rmdir /s /q .\install\msvc-debug
robocopy .\resource .\install\resource /MIR /MT:8
pause