mirror of
https://github.com/DoomKitty87/seafoam.git
synced 2025-02-06 02:05:24 +01:00
ready for build
This commit is contained in:
parent
50a011941e
commit
bb4969107d
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ edition = "2021"
|
|||
tauri-build = { version = "1.4", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "1.4", features = [ "path-all", "fs-all", "shell-open"] }
|
||||
tauri = { version = "1.4", features = ["fs-all", "path-all", "shell-open"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"identifier": "com.tauri.dev",
|
||||
"identifier": "com.seafoam.dev",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
|
Loading…
Reference in a new issue