Rename Berry Manager / Berry Dash Manager to Berry Dash Launcher

This commit is contained in:
2025-07-17 22:22:14 -07:00
parent c6379ea726
commit c62467b8f5
6 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
{ {
"name": "berry-manager", "name": "berry-dash-launcher",
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.0",
"type": "module", "type": "module",

2
src-tauri/Cargo.lock generated
View File

@@ -258,7 +258,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]] [[package]]
name = "berry-manager" name = "berry-dash-launcher"
version = "1.0.0" version = "1.0.0"
dependencies = [ dependencies = [
"serde", "serde",

View File

@@ -1,18 +1,18 @@
[package] [package]
name = "berry-manager" name = "berry-dash-launcher"
version = "1.0.0" version = "1.0.0"
authors = ["Lncvrt"] authors = ["Lncvrt"]
edition = "2024" edition = "2024"
[lib] [lib]
name = "berry_manager_lib" name = "berry_dash_launcher_lib"
crate-type = ["staticlib", "cdylib", "rlib"] crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies] [build-dependencies]
tauri-build = { version = "2.3.0", features = [] } tauri-build = { version = "2.3.0", features = [] }
[dependencies] [dependencies]
tauri = { version = "2.6.2", features = ["macos-private-api"] } tauri = { version = "2.6.2", features = [] }
tauri-plugin-opener = "2.4.0" tauri-plugin-opener = "2.4.0"
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140" serde_json = "1.0.140"

View File

@@ -1,5 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() { fn main() {
berry_manager_lib::run() berry_dash_launcher_lib::run()
} }

View File

@@ -1,8 +1,8 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Berry Dash Manager", "productName": "Berry Dash Launcher",
"version": "1.0.0", "version": "1.0.0",
"identifier": "xyz.lncvrt.berrydash-manager", "identifier": "xyz.lncvrt.berrydash-launcher",
"build": { "build": {
"beforeDevCommand": "yarn dev", "beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:1420", "devUrl": "http://localhost:1420",
@@ -12,7 +12,7 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "Berry Dash Manager", "title": "Berry Dash Launcher",
"width": 1000, "width": 1000,
"height": 600, "height": 600,
"resizable": false, "resizable": false,

View File

@@ -1,8 +1,8 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Berry Dash Manager", "productName": "Berry Dash Launcher",
"version": "1.0.0", "version": "1.0.0",
"identifier": "xyz.lncvrt.berrydash-manager", "identifier": "xyz.lncvrt.berrydash-launcher",
"build": { "build": {
"beforeDevCommand": "yarn dev", "beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:1420", "devUrl": "http://localhost:1420",
@@ -13,7 +13,7 @@
"macOSPrivateApi": true, "macOSPrivateApi": true,
"windows": [ "windows": [
{ {
"title": "Berry Dash Manager", "title": "Berry Dash Launcher",
"width": 1000, "width": 1000,
"height": 600, "height": 600,
"resizable": false, "resizable": false,