一个基于 WPF 的小工具,用于下载并启动 RA3BattleNet 客户端的安装包。程序使用内置的 Torrent 文件,通过 MonoTorrent 下载到用户的“下载”目录并在完成后自动运行安装程序。
- Windows(WPF 应用)
- .NET SDK,并安装 .NET Framework 4.6.1 Developer Pack 以提供目标框架
dotnet restore
dotnet build Downloader.sln构建产物位于 Ra3.BattleNet.Downloader/bin/{Debug|Release}。
本项目基于 MIT License 发布。