mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 08:51:47 +03:00
f8b75f5182
From previous commits: - removed `js-md5` dependency - added `core/md5()` function base on system `md5sum` command to calculate specified file's md5 hash - updated `Patch` and `CheckIntegrity` files to follow above changes - updated Neutralino version - added `libayatana-appindicator` installation instructions for Fedora - updated notahuman's shaders - fixed several packages names in readme - added DXVK 1.10.1 - added `Wine-GE-Proton 7-7`, `GE-Proton 7-10`, `Lutris 7.2` - Marked as outdated: `GE-Proton 7-3`, `GE-Proton 7-2`, `Wine-GE 7.1-1`, `Wine-GE 7.2-1` and `Wine-GE 7.2-2` - added `dxvk_list` and `runners_list` fields to the `constants.uri` - now `DXVK.list()` and `Runners.list()` can fetch the lists changes from the launcher's repo - made DXVK 1.10.1 and Wine-GE-Proton 7-7 default to install - fixed `xlua.dll` repairing when the patch was applied
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"applicationId": "com.gitlab.KRypt0n_.an-anime-game-launcher",
|
|
"version": "2.2.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.4.0",
|
|
"clientVersion": "3.0.0"
|
|
}
|
|
}
|