Initial commit

This commit is contained in:
2025-02-07 00:23:09 +01:00
commit 22fd76a153
2841 changed files with 107275 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"actions": [
{
"install": {
"action": "setRegistry",
"arguments": {
"root": "HKEY_LOCAL_MACHINE",
"subkey": "Software\\GOG.com\\Games\\{productID}",
"valueData": "{app}\\DOSBox",
"valueName": "DOSBOXFOLDER",
"valueType": "String"
}
},
"languages": [
"*"
],
"name": "DOSBoxConfigLegacy1"
},
{
"install": {
"action": "setRegistry",
"arguments": {
"root": "HKEY_LOCAL_MACHINE",
"subkey": "Software\\GOG.com\\Games\\{productID}",
"valueData": "dosboxSERPENT",
"valueName": "DOSBOXCONF",
"valueType": "String"
}
},
"languages": [
"*"
],
"name": "DOSBoxConfigLegacy2"
}
],
"productId": "1207662633"
}