electron build

This commit is contained in:
Lucas Tadeu Marculino 2025-11-24 04:35:31 -03:00
parent 96c39db639
commit e33f7df89c
2 changed files with 8 additions and 0 deletions

View file

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

View file

@ -0,0 +1,6 @@
{
"browserWindow": {
"width": 1024,
"height": 768
}
}