商城模块(新车)
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.

build.bat 444B

123456789101112131415
  1. :: 删除目录
  2. rd /s /q _build
  3. md _build
  4. :: 编译主程序
  5. set GOOS=linux
  6. set GOARCH=amd64
  7. ::go build -ldflags "-s -w" -o "_build/ck.platform.tag"
  8. go build -o "_build/ck.platform.tag"
  9. :: 构建目录
  10. ::echo F | xcopy /y /c /q .\conf\app_svr.conf .\_build\conf\app.conf
  11. ::echo F | xcopy /y /c /q .\conf\default_svr.conf .\_build\conf\default.conf
  12. ::xcopy /y /e /c /i /q .\static .\_build\static
  13. ::xcopy /y /e /c /i /q .\views .\_build\views