wails.json 563 B

12345678910111213141516171819202122
  1. {
  2. "$schema": "https://wails.io/schemas/config.v2.json",
  3. "name": "nginx-ui",
  4. "outputfilename": "nginx-ui",
  5. "frontend:dir": "frontend",
  6. "frontend:install": "yarn",
  7. "frontend:build": "npm run build:desktop",
  8. "frontend:dev:watcher": "npm run dev:desktop",
  9. "frontend:dev:serverUrl": "auto",
  10. "author": {
  11. "name": "tuon",
  12. "email": "976056042@qq.com"
  13. },
  14. "info": {
  15. "companyName": "tuonian",
  16. "productName": "nginx-ui",
  17. "productVersion": "v1.0.0",
  18. "copyright": "tonyandmoney.cn",
  19. "comments": ""
  20. },
  21. "nsisType": "single"
  22. }