-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwails.json
More file actions
48 lines (48 loc) · 1.25 KB
/
wails.json
File metadata and controls
48 lines (48 loc) · 1.25 KB
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
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "MarkViewPro",
"outputfilename": "MarkViewPro",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "MarkViewPro Contributors",
"email": ""
},
"info": {
"companyName": "MarkViewPro",
"productName": "MarkViewPro",
"productVersion": "1.4.9",
"copyright": "Copyright © 2024 MarkViewPro Contributors",
"comments": "A modern Markdown viewer and editor"
},
"nsis": {
"enabled": true,
"languages": ["English"],
"installerIcon": "build/appicon.png",
"uninstallerIcon": "build/appicon.png",
"license": "LICENSE",
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"runAfterFinish": true
},
"fileAssociations": [
{
"ext": "md",
"name": "MarkdownFile",
"description": "Markdown Document",
"iconName": "markdown",
"role": "Viewer"
},
{
"ext": "markdown",
"name": "MarkdownFile",
"description": "Markdown Document",
"iconName": "markdown",
"role": "Viewer"
}
]
}