广告平台(媒体使用)
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

13 linhas
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