mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
a4a1d3501e
- added `latest.log` file generation, changed log files naming From previous commits: - fixed chinese voice data installation (!33) - don't attempt to edit /etc/hosts or use pkexec when running as flatpak (!31) From beta-1: - fixed compatibility issues with patch repos
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"applicationId": "com.gitlab.KRypt0n_.an-anime-game-launcher",
|
|
"version": "2.1.2",
|
|
"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"
|
|
}
|
|
}
|