chore(tauri configs): change name and identifier

This commit is contained in:
Triston Armstrong 2024-03-17 15:27:19 -05:00
parent b1edddeb6e
commit 380429a93b
3 changed files with 12 additions and 12 deletions

20
src-tauri/Cargo.lock generated
View File

@ -2,16 +2,6 @@
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 version = 3
[[package]]
name = "KlectrRadio"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
]
[[package]] [[package]]
name = "addr2line" name = "addr2line"
version = "0.21.0" version = "0.21.0"
@ -1378,6 +1368,16 @@ dependencies = [
"treediff", "treediff",
] ]
[[package]]
name = "klectr_radio"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
]
[[package]] [[package]]
name = "kuchikiki" name = "kuchikiki"
version = "0.8.2" version = "0.8.2"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "KlectrRadio" name = "klectr_radio"
version = "0.1.0" version = "0.1.0"
description = "Your own personal radio app for Klecting the stations you love" description = "Your own personal radio app for Klecting the stations you love"
authors = ["you"] authors = ["you"]

View File

@ -46,7 +46,7 @@
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": "all",
"identifier": "com.big-word.dev", "identifier": "com.KlectrRadio.dev",
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",