|
1 | 1 | { |
2 | | - "$schema": "https://schema.tauri.app/config/2", |
3 | | - "productName": "wasp-launcher", |
4 | | - "version": "2025.07.26-", |
5 | | - "identifier": "com.wasp-launcher.app", |
6 | | - "build": { |
7 | | - "beforeDevCommand": "pnpm dev", |
8 | | - "devUrl": "http://localhost:1420", |
9 | | - "beforeBuildCommand": "pnpm build", |
10 | | - "frontendDist": "../build" |
11 | | - }, |
12 | | - "app": { |
13 | | - "windows": [ |
14 | | - { |
15 | | - "title": "WaspScripts", |
16 | | - "width": 1280, |
17 | | - "height": 720, |
18 | | - "resizable": true, |
19 | | - "theme": "Dark" |
20 | | - } |
21 | | - ], |
22 | | - "security": { |
23 | | - "csp": null |
24 | | - } |
25 | | - }, |
26 | | - "bundle": { |
27 | | - "createUpdaterArtifacts": true, |
28 | | - "active": true, |
29 | | - "targets": "msi", |
30 | | - "icon": [ |
31 | | - "icons/32x32.png", |
32 | | - "icons/128x128.png", |
33 | | - "icons/128x128@2x.png", |
34 | | - "icons/icon.icns", |
35 | | - "icons/icon.ico" |
36 | | - ] |
37 | | - }, |
38 | | - "plugins": { |
39 | | - "updater": { |
40 | | - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDY4ODFBNEVGRDk3NzFEODgKUldTSUhYZlo3NlNCYUV3TXpiRnJ5c1pVWFIrOFkvSncwQjdSUlNWT0pCNzdBY2J3aEQ4VEZub2sK", |
41 | | - "endpoints": [ |
42 | | - "https://github.com/WaspScripts/wasp-launcher/releases/latest/download/latest.json" |
43 | | - ] |
44 | | - } |
45 | | - } |
| 2 | + "$schema": "https://schema.tauri.app/config/2", |
| 3 | + "productName": "wasp-launcher", |
| 4 | + "version": "0.1.0", |
| 5 | + "identifier": "com.wasp-launcher.app", |
| 6 | + "build": { |
| 7 | + "beforeDevCommand": "pnpm dev", |
| 8 | + "devUrl": "http://localhost:1420", |
| 9 | + "beforeBuildCommand": "pnpm build", |
| 10 | + "frontendDist": "../build" |
| 11 | + }, |
| 12 | + "app": { |
| 13 | + "windows": [ |
| 14 | + { |
| 15 | + "title": "WaspScripts", |
| 16 | + "width": 1280, |
| 17 | + "height": 720, |
| 18 | + "resizable": true, |
| 19 | + "theme": "Dark" |
| 20 | + } |
| 21 | + ], |
| 22 | + "security": { |
| 23 | + "csp": null |
| 24 | + } |
| 25 | + }, |
| 26 | + "bundle": { |
| 27 | + "createUpdaterArtifacts": true, |
| 28 | + "active": true, |
| 29 | + "targets": "msi", |
| 30 | + "icon": [ |
| 31 | + "icons/32x32.png", |
| 32 | + "icons/128x128.png", |
| 33 | + "icons/128x128@2x.png", |
| 34 | + "icons/icon.icns", |
| 35 | + "icons/icon.ico" |
| 36 | + ] |
| 37 | + }, |
| 38 | + "plugins": { |
| 39 | + "updater": { |
| 40 | + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDY4ODFBNEVGRDk3NzFEODgKUldTSUhYZlo3NlNCYUV3TXpiRnJ5c1pVWFIrOFkvSncwQjdSUlNWT0pCNzdBY2J3aEQ4VEZub2sK", |
| 41 | + "endpoints": [ |
| 42 | + "https://github.com/WaspScripts/wasp-launcher/releases/latest/download/latest.json" |
| 43 | + ] |
| 44 | + } |
| 45 | + } |
46 | 46 | } |
0 commit comments