-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtauri.conf.json
121 lines (121 loc) · 2.52 KB
/
tauri.conf.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"$schema": "https://raw.githubusercontent.com/CodeEditorLand/Tauri/Current/crates/tauri-cli/schema.json",
"app": {
"enableGTKAppId": true,
"macOSPrivateApi": false,
"security": {
"assetProtocol": {
"enable": false,
"scope": []
},
"capabilities": [],
"csp": null,
"dangerousDisableAssetCspModification": false,
"devCsp": null,
"freezePrototype": false,
"pattern": {
"use": "brownfield"
}
},
"trayIcon": {
"iconAsTemplate": false,
"iconPath": "Source/Icon/icon.png",
"id": "Tray",
"menuOnLeftClick": true,
"title": "Editor",
"tooltip": "Open"
},
"windows": [],
"withGlobalTauri": false
},
"build": {
"beforeBuildCommand": "pnpm run prepublishOnly --filter=@codeeditorland/sky",
"beforeBundleCommand": "",
"beforeDevCommand": "pnpm run Run --filter=@codeeditorland/sky --filter=@codeeditorland/wind",
"devUrl": "http://localhost:9999",
"features": [],
"frontendDist": "../Sky/Target",
"runner": "cargo"
},
"bundle": {
"active": true,
"android": {
"minSdkVersion": 24
},
"category": "DeveloperTool",
"copyright": "PlayForm",
"createUpdaterArtifacts": false,
"externalBin": [],
"fileAssociations": [],
"homepage": "HTTPS://Editor.Land",
"iOS": {
"developmentTeam": "Land",
"frameworks": [],
"minimumSystemVersion": "13.0",
"template": ""
},
"icon": [
"Source/Icon/32x32.png",
"Source/Icon/128x128.png",
"Source/Icon/128x128@2x.png",
"Source/Icon/icon.icns",
"Source/Icon/icon.ico"
],
"license": "MIT",
"licenseFile": "LICENSE",
"linux": {
"appimage": {
"bundleMediaFramework": false,
"files": {}
},
"deb": {
"files": {}
},
"rpm": {
"epoch": 0,
"files": {},
"release": "1"
}
},
"longDescription": "",
"macOS": {
"dmg": {
"appPosition": {
"x": 0,
"y": 0
},
"applicationFolderPosition": {
"x": 0,
"y": 0
},
"windowSize": {
"height": 600,
"width": 800
}
},
"entitlements": "./Entitlements.plist",
"files": {},
"hardenedRuntime": true,
"minimumSystemVersion": "10.0"
},
"publisher": "PlayForm",
"resources": null,
"shortDescription": "",
"targets": "all",
"windows": {
"allowDowngrades": false,
"certificateThumbprint": null,
"digestAlgorithm": null,
"signCommand": null,
"timestampUrl": null,
"tsp": false,
"webviewInstallMode": {
"silent": false,
"type": "embedBootstrapper"
}
}
},
"identifier": "land.editor.binary",
"productName": "Mountain",
"version": "0.0.1"
}