mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-30 05:28:15 +03:00
76da5b607f
- added `Patch.getPatchInfo()` now caches its data - increased `Game.getLatestData()` method caching time to 6 hours From other commits: - improved dropdown item contrast (!18) - fixed DXVK applying - fixed `Cache.set()` work - added log files auto-saving - fixed `Domain.getInfo()` work with different system languages - added debug logs printing in console - added proper launched game closing handling
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"applicationId": "com.krypt0nn.an-anime-game-launcher",
|
|
"version": "2.0.0-beta-7",
|
|
"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.1.0",
|
|
"clientVersion": "3.0.0"
|
|
}
|
|
}
|