-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwails.json
More file actions
32 lines (32 loc) · 789 Bytes
/
Copy pathwails.json
File metadata and controls
32 lines (32 loc) · 789 Bytes
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
{
"name": "Buckty",
"outputfilename": "buckty",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"assetdir": "frontend/dist/browser",
"reloaddirs": "frontend/dist/browser",
"author": {
"name": "Buckty Team",
"email": "team@buckty.cloud"
},
"info": {
"companyName": "Buckty",
"productName": "Buckty",
"productVersion": "1.0.0",
"copyright": "© 2024 Buckty. All rights reserved."
},
"windows": {
"webviewInstallMode": {
"mode": "embed",
"url": "https://go.microsoft.com/fwlink/p/?LinkId=2124703"
}
},
"mac": {
"bundleIdentifier": "cloud.buckty.desktop",
"category": "public.app-category.utilities"
},
"linux": {
"appCategory": "Utility"
}
}