electron build

This commit is contained in:
Lucas Tadeu Marculino 2025-11-24 04:38:34 -03:00
parent e33f7df89c
commit 1fc73227ce
4 changed files with 2 additions and 2 deletions

View file

@ -14,11 +14,11 @@
<!-- ICON FOR ELECTRON -->
<platform name="electron">
<icon src="resources/icon.png" width="512" height="512" />
<icon src="res/icon.png" width="512" height="512" />
<preference name="ElectronSettingsFilePath" value="res/electron/settings.json" />
</platform>
<icon src="resources/icon.png" />
<icon src="res/icon.png" />
<preference name="ZoomControls" value="true" />

View file

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Before After
Before After