From 3414a6aee811cf70a7fd293b79072e5fc5f85901 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Thu, 15 May 2025 15:07:12 -0700 Subject: [PATCH] rename somethings --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 6 +++--- src-tauri/tauri.conf.json | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f160ebd..aa2210e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1973,7 +1973,7 @@ dependencies = [ ] [[package]] -name = "handy-app" +name = "handy" version = "0.1.0" dependencies = [ "anyhow", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index bffb3e9..ea5b546 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1248a4b..c4835bd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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": {