广告平台(站长使用)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 rivejä
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