feature/share-libs
json 66 lines 1.55 KB
Raw
1 {
2 "build": {
3 "beforeDevCommand": "node node_modules/next/dist/bin/next dev -p 1420",
4 "beforeBuildCommand": "node node_modules/next/dist/bin/next build",
5 "devPath": "http://localhost:1420",
6 "distDir": "../build"
7 },
8 "package": {
9 "productName": "SplitFire",
10 "version": "0.3.4"
11 },
12 "tauri": {
13 "allowlist": {
14 "all": false
15 },
16 "bundle": {
17 "active": true,
18 "category": "Music",
19 "copyright": "",
20 "deb": {
21 "depends": []
22 },
23 "externalBin": [],
24 "icon": [
25 "icons/SplitFire-152x152.png",
26 "icons/SplitFire-180x180.png",
27 "icons/SplitFire-1024x1024.png",
28 "icons/SplitFire167x167.png",
29 "icons/icon.icns",
30 "icons/icon.ico"
31 ],
32 "identifier": "ai.splitfire.desktop",
33 "longDescription": "Community, artificial intelligence, music, community",
34 "macOS": {
35 "entitlements": null,
36 "exceptionDomain": "",
37 "frameworks": [],
38 "providerShortName": null,
39 "signingIdentity": null
40 },
41 "resources": [],
42 "shortDescription": "artificial intelligence, music, community",
43 "targets": "all",
44 "windows": {
45 "certificateThumbprint": null,
46 "digestAlgorithm": "sha256",
47 "timestampUrl": ""
48 }
49 },
50 "security": {
51 "csp": null
52 },
53 "updater": {
54 "active": false
55 },
56 "windows": [
57 {
58 "maximized": true,
59 "height": 600,
60 "resizable": false,
61 "title": "SplitFire",
62 "width": 800
63 }
64 ]
65 }
66 }