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": {