rename somethings

This commit is contained in:
CJ Pais 2025-05-15 15:07:12 -07:00
parent cc4b057993
commit 3414a6aee8
3 changed files with 9 additions and 6 deletions

2
src-tauri/Cargo.lock generated
View file

@ -1973,7 +1973,7 @@ dependencies = [
]
[[package]]
name = "handy-app"
name = "handy"
version = "0.1.0"
dependencies = [
"anyhow",

View file

@ -1,8 +1,8 @@
[package]
name = "handy-app"
name = "handy"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
description = "Handy"
authors = ["cjpais"]
edition = "2021"
[profile.dev]

View file

@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "Handy",
"version": "0.1.0",
"identifier": "com.handy-app.app",
"identifier": "com.handy.app",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420",
@ -15,7 +15,10 @@
"title": "Handy",
"width": 540,
"height": 400,
"resizable": false
"minWidth": 460,
"minHeight": 400,
"resizable": true,
"maximizable": false
}
],
"security": {