From e33f7df89c63fb6f7ab82c78f76782b1b4facfe9 Mon Sep 17 00:00:00 2001 From: Lucas Tadeu Marculino Date: Mon, 24 Nov 2025 04:35:31 -0300 Subject: [PATCH] electron build --- config.xml | 2 ++ res/electron/settings.json | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 res/electron/settings.json diff --git a/config.xml b/config.xml index 64a6b84..bd25890 100644 --- a/config.xml +++ b/config.xml @@ -15,6 +15,8 @@ + + diff --git a/res/electron/settings.json b/res/electron/settings.json new file mode 100644 index 0000000..0478418 --- /dev/null +++ b/res/electron/settings.json @@ -0,0 +1,6 @@ +{ + "browserWindow": { + "width": 1024, + "height": 768 + } +} \ No newline at end of file