Files
MaaAssistantArknights/tools/local-install.bat
uye 2ee73e8867 fix: bat 跑 ps
[skip ci][skip changelog]
2026-03-27 23:15:39 +08:00

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