rename to jellybloom
This commit is contained in:
Generated
+1
-1
@@ -1517,7 +1517,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jellyfin-client"
|
||||
name = "jellybloom"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "jellyfin-client"
|
||||
name = "jellybloom"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
@@ -17,5 +17,5 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
[lib]
|
||||
name = "jellyfin_client_lib"
|
||||
name = "jellybloom_lib"
|
||||
crate-type = ["lib", "cdylib", "staticlib"]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
fn main() {
|
||||
jellyfin_client_lib::run()
|
||||
jellybloom_lib::run()
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/nicegram/nicegram-ios/refs/heads/nicegram/Tauri/tooling/cli/schema.json",
|
||||
"productName": "Jellyfin",
|
||||
"productName": "Jellybloom",
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.jellyfin.desktop",
|
||||
"identifier": "com.jellybloom.app",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"devUrl": "http://localhost:5173",
|
||||
@@ -12,7 +12,7 @@
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "Jellyfin",
|
||||
"title": "Jellybloom",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"minWidth": 800,
|
||||
|
||||
Reference in New Issue
Block a user