upd
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "dating-app"
|
||||
name = "justus-app"
|
||||
version = "0.1.0"
|
||||
description = "Dating — dating app frontend"
|
||||
description = "JustUs — dating app frontend"
|
||||
authors = []
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "dating_app_lib"
|
||||
name = "justus_app_lib"
|
||||
crate-type = [
|
||||
"staticlib",
|
||||
"cdylib",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Dating",
|
||||
"productName": "JustUs",
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.dating.app",
|
||||
"identifier": "com.justus.app",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
"devUrl": "http://localhost:3000",
|
||||
@@ -12,7 +12,7 @@
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "dating",
|
||||
"title": "JustUs",
|
||||
"width": 1280,
|
||||
"height": 860,
|
||||
"minWidth": 375,
|
||||
|
||||
Reference in New Issue
Block a user