添加自动更新功能

This commit is contained in:
2026-05-16 12:17:41 +08:00
parent e8efc7275a
commit 966825c885
11 changed files with 615 additions and 88 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "Nekosonic"
version = "0.3.0"
version = "0.4.0"
description = "A Simple music app"
authors = ["atdunbg"]
edition = "2021"
@ -36,4 +36,5 @@ base64 = "0.22"
ncm-api-rs = "0.1"
tokio = { version = "1", features = ["rt", "sync"] }
tauri-plugin-process = "2.3.1"
tauri-plugin-updater = "2"