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

34
src-tauri/Cargo.lock generated
View File

@ -1403,23 +1403,6 @@ dependencies = [
"syn 2.0.118",
]
[[package]]
name = "happa-mission-plan"
version = "0.1.0"
dependencies = [
"byteorder",
"chrono",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-fs",
"tauri-plugin-opener",
"thiserror 1.0.69",
"uuid",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
@ -3195,6 +3178,23 @@ dependencies = [
"system-deps",
]
[[package]]
name = "spectral-insight-mission-plan"
version = "0.0.1"
dependencies = [
"byteorder",
"chrono",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-fs",
"tauri-plugin-opener",
"thiserror 1.0.69",
"uuid",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.1"

View File

@ -1,7 +1,7 @@
[package]
name = "happa-mission-plan"
version = "0.1.0"
description = "A Tauri App"
name = "spectral-insight-mission-plan"
version = "0.0.1"
description = "Spectral Insight Mission Plan"
authors = ["you"]
edition = "2021"

View File

@ -12,7 +12,7 @@ pub fn run() {
tauri::Builder::default()
.setup(move |app| {
if let Some(w) = app.get_webview_window("main") {
w.set_title(&format!("Happa Mission Plan v{}", version)).ok();
w.set_title(&format!("Spectral Insight Mission Plan v{}", version)).ok();
}
Ok(())
})

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",