This commit is contained in:
xin
2026-06-17 17:23:09 +08:00
parent d732580c3e
commit b49a223b78
5 changed files with 41 additions and 24 deletions

View File

@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "happa-mission-plan",
"productName": "Spectral Insight Mission Plan",
"version": "0.0.1",
"identifier": "com.xin.happa-mission-plan",
"identifier": "com.spectral-insight.mission-plan",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "Happa Mission Plan",
"title": "Spectral Insight Mission Plan",
"width": 1400,
"height": 900,
"minWidth": 1024,
@ -37,6 +37,9 @@
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [
"../update.md"
],
"windows": {
"nsis": {
"installMode": "perMachine",