File size: 870 Bytes
dbb1bf9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "Finance Monitor",
  "mainBinaryName": "finance-monitor",
  "identifier": "app.worldmonitor.finance.desktop",
  "app": {
    "windows": [
      {
        "title": "Finance Monitor"
      }
    ]
  },
  "bundle": {
    "shortDescription": "Finance Monitor desktop app",
    "longDescription": "Finance Monitor desktop app for real-time markets and trading intelligence.",
    "targets": [
      "app",
      "dmg",
      "nsis",
      "msi",
      "appimage"
    ],
    "macOS": {
      "hardenedRuntime": true
    },
    "linux": {
      "appimage": {
        "bundleMediaFramework": true
      }
    },
    "windows": {
      "digestAlgorithm": "sha256",
      "timestampUrl": "https://timestamp.digicert.com",
      "nsis": {
        "installerHooks": "nsis/installer-hooks.nsh"
      }
    }
  }
}