mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
6 lines
257 B
Batchfile
6 lines
257 B
Batchfile
cd..
|
|
cmake --install build --config RelWithDebInfo --prefix ./install
|
|
dotnet publish src/MaaWpfGui/MaaWpfGui.csproj -c Release -o install -p:Platform=x64
|
|
del /f .\install\*.h
|
|
rmdir /s /q .\install\msvc-debug
|
|
robocopy .\resource .\install\resource /MIR /MT:8 |