tauri aint what i want
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "pa-home-video-blue-extractinator-2"
|
||||
name = "pa-home-video-blue-extractinator"
|
||||
version = "0.0.0"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
@@ -14,7 +14,7 @@ tauri-build = { version = "1.5", features = [] }
|
||||
|
||||
[dependencies]
|
||||
lib = { path = "../src-lib" }
|
||||
tauri = { version = "1.5", features = ["shell-open"] }
|
||||
tauri = { version = "1.5", features = [ "dialog-open", "shell-open"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"withGlobalTauri": true
|
||||
},
|
||||
"package": {
|
||||
"productName": "pa-home-video-blue-extractinator-2",
|
||||
"productName": "pa-home-video-blue-extractinator",
|
||||
"version": "0.0.0"
|
||||
},
|
||||
"tauri": {
|
||||
@@ -16,12 +16,15 @@
|
||||
"shell": {
|
||||
"all": false,
|
||||
"open": true
|
||||
},
|
||||
"dialog": {
|
||||
"open": true
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"identifier": "com.tauri.dev",
|
||||
"identifier": "com.breel.pa-home-video-blue-extractinator",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
||||
Reference in New Issue
Block a user