build: update app bundle configuration for production build

main
I Luk Kim 3 weeks ago
parent 0a4dd7f1a2
commit 0c1013d94f

@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Mana Viewer", "productName": "Mana Viewer",
"version": "0.1.0", "version": "0.1.0",
"identifier": "com.manaviewer.app", "identifier": "com.manaviewer.desktop",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420", "devUrl": "http://localhost:1420",
@ -25,7 +25,7 @@
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": ["app"],
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",

Loading…
Cancel
Save