Now MaaAgentBinary is published at nuget.org.
The Maa.AgentBinary nupkgs will copy the minitouch, maatouch, and minicap directories from this repository to the MaaAgentBinary folder in the output directory.
- Starting from v1.2.0, developers can customize the copy path by adding property
MaaAgentBinaryPath in .csproj:
<!-- Default path is "MaaAgentBinary" -->
<PropertyGroup>
<MaaAgentBinaryPath>MaaAgentBinary</MaaAgentBinaryPath>
</PropertyGroup>
Now MaaAgentBinary is published at nuget.org.
The Maa.AgentBinary nupkgs will copy the minitouch, maatouch, and minicap directories from this repository to the MaaAgentBinary folder in the output directory.
MaaAgentBinaryPathin .csproj: