广告平台(站长下代理使用)
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

1ヶ月前
123456789101112
  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