|
1 | | -{ |
2 | | - "$schema": "https://schema.tauri.app/config/2", |
3 | | - "productName": "DevStack", |
4 | | - "version": "1.0.1", |
5 | | - "identifier": "com.devstack.desktop", |
6 | | - "build": { |
7 | | - "beforeDevCommand": "npm run dev", |
8 | | - "devUrl": "http://localhost:1420", |
9 | | - "beforeBuildCommand": "npm run build", |
10 | | - "frontendDist": "../dist" |
11 | | - }, |
12 | | - "app": { |
13 | | - "windows": [ |
14 | | - { |
15 | | - "label": "main", |
16 | | - "title": "DevStack", |
17 | | - "width": 1024, |
18 | | - "height": 720, |
19 | | - "resizable": true, |
20 | | - "fullscreen": false, |
21 | | - "decorations": false, |
22 | | - "zoomHotkeysEnabled": true |
23 | | - } |
24 | | - ], |
25 | | - "security": { |
26 | | - "csp": null |
27 | | - }, |
28 | | - "trayIcon": { |
29 | | - "iconPath": "icons/icon.ico", |
30 | | - "iconAsTemplate": false, |
31 | | - "menuOnLeftClick": false |
32 | | - } |
33 | | - }, |
34 | | - "bundle": { |
35 | | - "active": true, |
36 | | - "createUpdaterArtifacts": true, |
37 | | - "targets": "all", |
38 | | - "icon": [ |
39 | | - "icons/32x32.png", |
40 | | - "icons/128x128.png", |
41 | | - "icons/128x128@2x.png", |
42 | | - "icons/icon.icns", |
43 | | - "icons/icon.ico" |
44 | | - ], |
45 | | - "windows": { |
46 | | - "nsis": { |
47 | | - |
48 | | - }, |
49 | | - "wix": { |
50 | | - |
51 | | - } |
52 | | - } |
53 | | - }, |
54 | | - "plugins": { |
55 | | - "shell": { |
56 | | - |
57 | | - }, |
58 | | - "fs": { |
59 | | - |
60 | | - }, |
61 | | - "updater": { |
62 | | - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwMEI4NDcyNzY2OTMwQ0MKUldUTU1HbDJjb1FMSUNpSmsrZzdGL3hjSDVpaGgwSTFWS3VnclB4ZGR5YTdrYW1CTElWekpPSzQK", |
63 | | - "endpoints": [ |
64 | | - "https://github.com/holdon1996/dev-stack/releases/latest/download/latest.json" |
65 | | - ], |
66 | | - "windows": { |
67 | | - "installMode": "passive" |
68 | | - } |
69 | | - } |
70 | | - } |
| 1 | +{ |
| 2 | + "$schema": "https://schema.tauri.app/config/2", |
| 3 | + "productName": "DevStack", |
| 4 | + "version": "1.0.1", |
| 5 | + "identifier": "com.devstack.desktop", |
| 6 | + "build": { |
| 7 | + "beforeDevCommand": "npm run dev", |
| 8 | + "devUrl": "http://localhost:1420", |
| 9 | + "beforeBuildCommand": "npm run build", |
| 10 | + "frontendDist": "../dist" |
| 11 | + }, |
| 12 | + "app": { |
| 13 | + "windows": [ |
| 14 | + { |
| 15 | + "label": "main", |
| 16 | + "title": "DevStack", |
| 17 | + "width": 1024, |
| 18 | + "height": 720, |
| 19 | + "resizable": true, |
| 20 | + "fullscreen": false, |
| 21 | + "decorations": false, |
| 22 | + "zoomHotkeysEnabled": true |
| 23 | + } |
| 24 | + ], |
| 25 | + "security": { |
| 26 | + "csp": null |
| 27 | + }, |
| 28 | + "trayIcon": { |
| 29 | + "iconPath": "icons/icon.ico", |
| 30 | + "iconAsTemplate": false, |
| 31 | + "menuOnLeftClick": false |
| 32 | + } |
| 33 | + }, |
| 34 | + "bundle": { |
| 35 | + "active": true, |
| 36 | + "createUpdaterArtifacts": true, |
| 37 | + "targets": "all", |
| 38 | + "icon": [ |
| 39 | + "icons/32x32.png", |
| 40 | + "icons/128x128.png", |
| 41 | + "icons/128x128@2x.png", |
| 42 | + "icons/icon.icns", |
| 43 | + "icons/icon.ico" |
| 44 | + ], |
| 45 | + "windows": { |
| 46 | + "nsis": {}, |
| 47 | + "wix": {} |
| 48 | + } |
| 49 | + }, |
| 50 | + "plugins": { |
| 51 | + "shell": {}, |
| 52 | + "fs": {}, |
| 53 | + "updater": { |
| 54 | + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwMEI4NDcyNzY2OTMwQ0MKUldUTU1HbDJjb1FMSUNpSmsrZzdGL3hjSDVpaGgwSTFWS3VnclB4ZGR5YTdrYW1CTElWekpPSzQK", |
| 55 | + "endpoints": [ |
| 56 | + "https://github.com/holdon1996/dev-stack/releases/latest/download/latest.json" |
| 57 | + ], |
| 58 | + "windows": { |
| 59 | + "installMode": "passive" |
| 60 | + } |
| 61 | + } |
| 62 | + } |
71 | 63 | } |
0 commit comments