From 1fc73227ce65aaf443125b37bdeb3999327a8e4d Mon Sep 17 00:00:00 2001 From: Lucas Tadeu Marculino Date: Mon, 24 Nov 2025 04:38:34 -0300 Subject: [PATCH] electron build --- config.xml | 4 ++-- {resources => res}/icon-512.png | Bin {resources => res}/icon.ico | Bin {resources => res}/icon.png | Bin 4 files changed, 2 insertions(+), 2 deletions(-) rename {resources => res}/icon-512.png (100%) rename {resources => res}/icon.ico (100%) rename {resources => res}/icon.png (100%) diff --git a/config.xml b/config.xml index bd25890..82087ad 100644 --- a/config.xml +++ b/config.xml @@ -14,11 +14,11 @@ - + - + diff --git a/resources/icon-512.png b/res/icon-512.png similarity index 100% rename from resources/icon-512.png rename to res/icon-512.png diff --git a/resources/icon.ico b/res/icon.ico similarity index 100% rename from resources/icon.ico rename to res/icon.ico diff --git a/resources/icon.png b/res/icon.png similarity index 100% rename from resources/icon.png rename to res/icon.png