mirror of
https://github.com/DoomKitty87/seafoam.git
synced 2025-02-11 12:45:13 +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 = [] }
|
tauri-build = { version = "1.4", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[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 = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "all",
|
"targets": "all",
|
||||||
"identifier": "com.tauri.dev",
|
"identifier": "com.seafoam.dev",
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|
Loading…
Reference in a new issue