electron build
This commit is contained in:
parent
96c39db639
commit
e33f7df89c
2 changed files with 8 additions and 0 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
6
res/electron/settings.json
Normal file
6
res/electron/settings.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"browserWindow": {
|
||||
"width": 1024,
|
||||
"height": 768
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue