广告平台(站长下代理使用)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

13 行
212 B

  1. @echo off
  2. set BasePath=%~dp0
  3. set APP=applet.exe
  4. set CfgPath=%BasePath%\etc\cfg.yml
  5. del %BasePath%\bin\%APP%
  6. go build -o %BasePath%\bin\%APP% %BasePath%\cmd\main.go && %BasePath%\bin\%APP% -c=%CfgPath%
  7. pause