Improved system for installing things not available on the system when built.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"downloadable_games": {
|
||||
"wreckingball": {
|
||||
"name": "Wreckingball",
|
||||
"section": "Arcade",
|
||||
"url": "https://sightlesswolf.com/wreckingball.zip",
|
||||
"directory": "wreckingball",
|
||||
"executable": "wreckingball.exe",
|
||||
"launch_mode": "wine",
|
||||
"needs_nvda": "nvda2speechd"
|
||||
},
|
||||
"wreckingball-pulped": {
|
||||
"name": "Wreckingball (Pulped)",
|
||||
"section": "Arcade",
|
||||
"url": "https://sightlesswolf.com/wreckingball-pulped.zip",
|
||||
"directory": "wreckingball-pulped",
|
||||
"executable": "wreckingball.exe",
|
||||
"launch_mode": "wine",
|
||||
"needs_nvda": "nvda2speechd"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"installable_packages": {
|
||||
"thunderbird": {
|
||||
"name": "Thunderbird Email Client",
|
||||
"package": "thunderbird",
|
||||
"verify_command": "command -v thunderbird"
|
||||
},
|
||||
"libreoffice": {
|
||||
"name": "LibreOffice",
|
||||
"package": "libreoffice-still",
|
||||
"verify_command": "command -v libreoffice"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user