tweak default height to 700

This commit is contained in:
CJ Pais 2025-08-02 10:28:17 -07:00
parent 5b19b8a479
commit ee5ab6e210

View file

@ -15,9 +15,9 @@
{ {
"title": "Handy", "title": "Handy",
"width": 540, "width": 540,
"height": 720, "height": 700,
"minWidth": 540, "minWidth": 540,
"minHeight": 720, "minHeight": 700,
"resizable": true, "resizable": true,
"maximizable": false "maximizable": false
} }
@ -30,9 +30,7 @@
"active": true, "active": true,
"createUpdaterArtifacts": true, "createUpdaterArtifacts": true,
"targets": "all", "targets": "all",
"resources": [ "resources": ["resources/**/*"],
"resources/**/*"
],
"license": "MIT", "license": "MIT",
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",