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.
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"

View File

@ -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"]

View File

@ -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",