mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 08:51:47 +03:00
195220d7e0
* This version will be released after all the locales will be updated - added `HDiffPatch` class to work with HDiffPatch (https://github.com/sisong/HDiffPatch) - added 2 new launcher states + game-files-changes-applying-required + game-outdated-files-deletion-required - added `.hdiff` files changes applying - updated dependencies From previous commits: - fixed an issue with log files' name generation It seems that on some specific file systems(?) `stat -c '%W' <file>` returns `0` as a file creation timestamp - updated Italian
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"applicationId": "com.gitlab.KRypt0n_.an-anime-game-launcher",
|
|
"version": "2.2.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 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"
|
|
}
|
|
}
|