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]] [[package]]
name = "handy-app" name = "handy"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",

View file

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

View file

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