|
|
|
@ -1,8 +1,8 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
|
|
"productName": "tauri-app",
|
|
|
|
"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",
|
|
|
|
|