From ee4efc2a86d3089aab0aeaf69622530a029b8cc7 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sat, 23 Aug 2014 21:54:54 +0100 Subject: [PATCH] Fixed installer's settings.yaml. It had the wrong remote repo settings' keys. --- resources/settings.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/resources/settings.yaml b/resources/settings.yaml index 8311c432..b383ac8a 100644 --- a/resources/settings.yaml +++ b/resources/settings.yaml @@ -14,7 +14,8 @@ games: name: "TES IV: Oblivion" type: Oblivion master: Oblivion.esm - url: https://github.com/loot/oblivion.git + repo: https://github.com/loot/oblivion.git + branch: master path: ~ registry: Software\Bethesda Softworks\Oblivion\Installed Path @@ -22,7 +23,8 @@ games: name: "TES V: Skyrim" type: Skyrim master: Skyrim.esm - url: https://github.com/loot/skyrim.git + repo: https://github.com/loot/skyrim.git + branch: master path: ~ registry: Software\Bethesda Softworks\Skyrim\Installed Path @@ -30,7 +32,8 @@ games: name: Fallout 3 type: Fallout3 master: Fallout3.esm - url: https://github.com/loot/fallout3.git + repo: https://github.com/loot/fallout3.git + branch: master path: ~ registry: Software\Bethesda Softworks\Fallout3\Installed Path @@ -38,7 +41,8 @@ games: name: "Fallout: New Vegas" type: FalloutNV master: FalloutNV.esm - url: https://github.com/loot/falloutnv.git + repo: https://github.com/loot/falloutnv.git + branch: master path: ~ registry: Software\Bethesda Softworks\FalloutNV\Installed Path @@ -46,6 +50,7 @@ games: name: Nehrim - At Fate's Edge type: Oblivion master: Nehrim.esm - url: https://github.com/loot/oblivion.git + repo: https://github.com/loot/oblivion.git + branch: master path: ~ registry: Software\Microsoft\Windows\CurrentVersion\Uninstall\Nehrim - At Fate's Edge_is1\InstallLocation