奥特企业云工作流平台
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.

43 lines
760B

  1. {
  2. "build": {
  3. "devPath": "../src",
  4. "distDir": "../src",
  5. "withGlobalTauri": true
  6. },
  7. "package": {
  8. "productName": "auseftclouddesk",
  9. "version": "0.0.0"
  10. },
  11. "tauri": {
  12. "allowlist": {
  13. "all": false,
  14. "shell": {
  15. "all": false,
  16. "open": true
  17. }
  18. },
  19. "windows": [
  20. {
  21. "title": "奥特企业云工作流平台",
  22. "width": 800,
  23. "height": 600
  24. }
  25. ],
  26. "security": {
  27. "csp": null
  28. },
  29. "bundle": {
  30. "active": true,
  31. "targets": "all",
  32. "identifier": "com.auseft.dev",
  33. "icon": [
  34. "icons/32x32.png",
  35. "icons/128x128.png",
  36. "icons/128x128@2x.png",
  37. "icons/icon.icns",
  38. "icons/icon.ico"
  39. ]
  40. }
  41. }
  42. }