an-anime-game-launcher/neutralino.config.json
Observer KRypt0n_ a65e5a0f8e
2.2.1
- added `Wine-GE-Proton 7-6` and `GE-Proton 7-9`
- Lutris wine builds were moved below GE-Proton
- `Wine-GE-Proton 7-6` now is the default one
2022-03-09 18:29:24 +02:00

43 lines
1 KiB
JSON

{
"applicationId": "com.gitlab.KRypt0n_.an-anime-game-launcher",
"version": "2.2.1",
"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"
}
}