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.

63 lines
1.3 KiB

3 months ago
  1. {
  2. "build": {
  3. "beforeBuildCommand": "npm run build",
  4. "beforeDevCommand": "npm run start",
  5. "devPath": "http://localhost:3000",
  6. "distDir": "http://192.168.124.20:3001"
  7. },
  8. "package": {
  9. "productName": "metatrader-admin",
  10. "version": "0.1.0"
  11. },
  12. "tauri": {
  13. "allowlist": {
  14. "all": false
  15. },
  16. "bundle": {
  17. "active": true,
  18. "category": "DeveloperTool",
  19. "copyright": "",
  20. "deb": {
  21. "depends": []
  22. },
  23. "externalBin": [],
  24. "icon": [
  25. "icons/32x32.png",
  26. "icons/128x128.png",
  27. "icons/128x128@2x.png",
  28. "icons/icon.icns",
  29. "icons/icon.ico"
  30. ],
  31. "identifier": "com.react.admin",
  32. "longDescription": "",
  33. "macOS": {
  34. "entitlements": null,
  35. "exceptionDomain": "",
  36. "frameworks": [],
  37. "providerShortName": null,
  38. "signingIdentity": null
  39. },
  40. "resources": [],
  41. "shortDescription": "",
  42. "targets": "all",
  43. "windows": {
  44. "certificateThumbprint": null,
  45. "digestAlgorithm": "sha256",
  46. "timestampUrl": ""
  47. }
  48. },
  49. "security": {
  50. "csp": null
  51. },
  52. "updater": {
  53. "active": false
  54. },
  55. "windows": [{
  56. "fullscreen": true,
  57. "minHeight": 600,
  58. "resizable": true,
  59. "title": "metatrader-admin",
  60. "minWidth": 900
  61. }]
  62. }
  63. }