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,
"version": "1.0.0",
"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"
[[package]]
name = "berry-manager"
name = "berry-dash-launcher"
version = "1.0.0"
dependencies = [
"serde",

View File

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

View File

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

View File

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

View File

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