chore(tauri configs): change name and identifier
This commit is contained in:
parent
b1edddeb6e
commit
380429a93b
20
src-tauri/Cargo.lock
generated
20
src-tauri/Cargo.lock
generated
@ -2,16 +2,6 @@
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "KlectrRadio"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "addr2line"
|
||||
version = "0.21.0"
|
||||
@ -1378,6 +1368,16 @@ dependencies = [
|
||||
"treediff",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "klectr_radio"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "kuchikiki"
|
||||
version = "0.8.2"
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "KlectrRadio"
|
||||
name = "klectr_radio"
|
||||
version = "0.1.0"
|
||||
description = "Your own personal radio app for Klecting the stations you love"
|
||||
authors = ["you"]
|
||||
|
@ -46,7 +46,7 @@
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"identifier": "com.big-word.dev",
|
||||
"identifier": "com.KlectrRadio.dev",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
Loading…
Reference in New Issue
Block a user