mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: local-install 找不到 Artifact
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
cd..
|
||||
cmake --build build --target MAA.Updater --config RelWithDebInfo
|
||||
cmake --install build --config RelWithDebInfo --prefix ./install
|
||||
dotnet publish src/MaaWpfGui/MaaWpfGui.csproj -c Release -o install -p:Platform=x64
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user