an-anime-game-launcher/neutralino.config.json
Observer KRypt0n_ 68d766da58
API improvements
- added `Archive.closeStreams()` method to close all the unpacking streams
- added `Downloader.closeStreams()` method to close all the downloading streams
- added the same methods to the streams itself
- fixed launch button events execution
- added prefix creation during the game installation/updagin
  if it is not created
- added some hack to the `Process.running()` method to show that the process
  is not running if it is a zombie
2021-12-27 00:27:39 +02:00

43 lines
No EOL
1 KiB
JSON

{
"applicationId": "com.krypt0nn.an-anime-game-linux-launcher",
"version": "3.0.0",
"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 Linux Launcher",
"width": 1280,
"height": 700,
"fullScreen": false,
"alwaysOnTop": false,
"icon": "/public/icons/64x64.png",
"enableInspector": true,
"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.0.0",
"clientVersion": "3.0.0"
}
}