an-anime-game-launcher/neutralino.config.json
Observer KRypt0n_ 1c944a3d86
2.1.5
- updated pictures and statistics
- removed `constants.getPatchUri()` function
- reworked `Patch/Stream` class to use `git clone` and `git pull` instead of
  downloading repository archive
- fixed patch applying issue (!43)
2022-02-16 15:43:24 +02:00

43 lines
1 KiB
JSON

{
"applicationId": "com.gitlab.KRypt0n_.an-anime-game-launcher",
"version": "2.1.5",
"defaultMode": "window",
"port": 0,
"documentRoot": "/bundle/",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"exportAuthInfo": true,
"logging": {
"enabled": false,
"writeToLogFile": false
},
"nativeBlockList": [],
"globalVariables": {},
"modes": {
"window": {
"title": "An Anime Game Launcher",
"width": 1280,
"height": 700,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/public/icons/64x64.png",
"enableInspector": false,
"borderless": false,
"maximize": false,
"hidden": true,
"resizable": false,
"exitProcessOnClose": false
},
"browser": {},
"cloud": {}
},
"cli": {
"binaryName": "an-anime-game-launcher",
"resourcesPath": "/bundle/",
"extensionsPath": "/extensions/",
"clientLibrary": "/public/neutralino.js",
"binaryVersion": "4.3.0",
"clientVersion": "3.0.0"
}
}