Neutralino config changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
|
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
|
||||||
"applicationId": "js.neutralino.sample",
|
"applicationId": "moe.andrestork.foddesktopplayer",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"defaultMode": "window",
|
"defaultMode": "window",
|
||||||
"port": 0,
|
"port": 0,
|
||||||
"documentRoot": "/resources/",
|
"documentRoot": "/resources/",
|
||||||
@@ -32,16 +32,16 @@
|
|||||||
},
|
},
|
||||||
"modes": {
|
"modes": {
|
||||||
"window": {
|
"window": {
|
||||||
"title": "desktop-player",
|
"title": "FOpen Drive Player",
|
||||||
"width": 800,
|
"width": 1280,
|
||||||
"height": 500,
|
"height": 720,
|
||||||
"minWidth": 400,
|
"minWidth": 1280,
|
||||||
"minHeight": 200,
|
"minHeight": 720,
|
||||||
"center": true,
|
"center": true,
|
||||||
"fullScreen": false,
|
"fullScreen": false,
|
||||||
"alwaysOnTop": false,
|
"alwaysOnTop": false,
|
||||||
"icon": "/resources/icons/appIcon.png",
|
"icon": "/resources/icons/appIcon.png",
|
||||||
"enableInspector": true,
|
"enableInspector": false,
|
||||||
"borderless": false,
|
"borderless": false,
|
||||||
"maximize": false,
|
"maximize": false,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user