Rename to Lncvrt Games Launcher

This commit is contained in:
2025-10-09 14:10:15 -07:00
parent b41ba4493b
commit abf27722a4
8 changed files with 57 additions and 55 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "berry-dash-launcher"
name = "lncvrt-games-launcher"
version = "1.1.0"
authors = ["Lncvrt"]
edition = "2024"
[lib]
name = "berry_dash_launcher_lib"
name = "lncvrt_games_launcher_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
@@ -22,8 +22,8 @@ tokio = "1.47.1"
futures-util = { version = "0.3.31", features = ["io"] }
tauri-plugin-decorum = "1.1.1"
tauri-plugin-fs = "2.4.2"
zip = "5.1.1"
libc = "0.2.176"
zip = "6.0.0"
libc = "0.2.177"
tauri-plugin-dialog = "2.4.0"
tauri-plugin-notification = "2.3.1"
sysinfo = "0.37.2"

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Berry Dash Launcher",
"version": "1.1.0",
"identifier": "xyz.lncvrt.berrydash-launcher",
"productName": "Lncvrt Games Launcher",
"version": "1.0.0",
"identifier": "xyz.lncvrt.games-launcher",
"build": {
"beforeDevCommand": "next dev",
"devUrl": "http://localhost:3000",
@@ -13,7 +13,7 @@
"withGlobalTauri": true,
"windows": [
{
"title": "Berry Dash Launcher",
"title": "Lncvrt Games Launcher",
"width": 1000,
"height": 632,
"resizable": false,