/frpmgr

Windows平台的 FRP GUI 客户端

Primary LanguageGoApache License 2.0Apache-2.0

frpmgr

Windows 下的 frp 图形界面客户端。

frpmgr

编译

安装依赖:

环境配置:

VsMSBuildCmd.bat添加到环境变量。通常目录为:

  • C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools

执行编译:

git clone https://github.com/koho/frpmgr
cd frpmgr
build.bat

bin 目录找到生成的安装文件。

调试:

编译程序需要渲染图标生成资源和对某些文件打补丁,这些操作都在build.bat完成。因此在第一次调试前需要运行一次build.bat,后续调试不需要再执行该脚本。