Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Nov 2, 2024
1 parent 426db69 commit 35c5841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "PROJECTNAME"
version = "PROJECTVERSION"
description = "PROJECTDESC"
authors = ["you"]
authors = ["1024xiaoshen"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 5 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@
"active": true,
"targets": "all",
"identifier": "com.pakeplus.desktop",
"resources": ["./data/appbuild.yml", "./data/appconfig.json"],
"resources": [
"./data/appbuild.yml",
"./data/appconfig.json",
"./data/Cargo.toml"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand Down

0 comments on commit 35c5841

Please sign in to comment.