rename to jellybloom

This commit is contained in:
2026-04-24 07:05:15 +03:00
parent 9027dab1a1
commit 7eb41bbaea
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1517,7 +1517,7 @@ dependencies = [
]
[[package]]
name = "jellyfin-client"
name = "jellybloom"
version = "0.1.0"
dependencies = [
"serde",
+2 -2
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
jellyfin_client_lib::run()
jellybloom_lib::run()
}
+3 -3
View File
@@ -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,