v0.0.1
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user