feature/tauri-v2
json 75 lines 1.61 KB
Raw
1 {
2 "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/1.5.4/tooling/cli/schema.json",
3 "build": {
4 "beforeBuildCommand": "pnpm build",
5 "beforeDevCommand": "pnpm dev",
6 "frontendDist": "../dist",
7 "devUrl": "http://localhost:8080"
8 },
9 "bundle": {
10 "active": true,
11 "category": "DeveloperTool",
12 "copyright": "",
13 "targets": "all",
14 "externalBin": [],
15 "icon": [
16 "icons/32x32.png",
17 "icons/128x128.png",
18 "icons/128x128@2x.png",
19 "icons/icon.icns",
20 "icons/icon.ico"
21 ],
22 "windows": {
23 "certificateThumbprint": null,
24 "digestAlgorithm": "sha256",
25 "timestampUrl": "",
26 "webviewInstallMode": {
27 "type": "downloadBootstrapper"
28 }
29 },
30 "longDescription": "",
31 "macOS": {
32 "entitlements": null,
33 "exceptionDomain": "",
34 "frameworks": [
35 "AppKit",
36 "WebKit",
37 "Security"
38 ],
39 "providerShortName": null,
40 "signingIdentity": null,
41 "minimumSystemVersion": "10.13"
42 },
43 "resources": [],
44 "shortDescription": "",
45 "linux": {
46 "deb": {
47 "depends": []
48 }
49 }
50 },
51 "productName": "Svara",
52 "mainBinaryName": "Svara",
53 "version": "0.4.0",
54 "identifier": "com.svara.app",
55 "plugins": {},
56 "app": {
57 "windows": [
58 {
59 "fullscreen": false,
60 "height": 600,
61 "resizable": true,
62 "title": "Svara",
63 "width": 800,
64 "minWidth": 680,
65 "minHeight": 430,
66 "decorations": false,
67 "maximized": true,
68 "useHttpsScheme": true
69 }
70 ],
71 "security": {
72 "csp": null
73 }
74 }
75 }