summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-17 23:49:35 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-17 23:49:35 -0500
commit383ebab1af5cfa6537c2eabd7a990fc26cb6dd67 (patch)
tree165a27c7e6e5d9011e6facdd4b59969d12daaa85 /src
parentda49c7c13bbb0e47aa07f9c793640559c123ee3c (diff)
downloadSMAPI-383ebab1af5cfa6537c2eabd7a990fc26cb6dd67.tar.gz
SMAPI-383ebab1af5cfa6537c2eabd7a990fc26cb6dd67.tar.bz2
SMAPI-383ebab1af5cfa6537c2eabd7a990fc26cb6dd67.zip
add overrides for SMAPI on Android
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI.Web/appsettings.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index e1316c97..9cd1efc8 100644
--- a/src/SMAPI.Web/appsettings.json
+++ b/src/SMAPI.Web/appsettings.json
@@ -70,6 +70,10 @@
"ID": "Pathoschild.SMAPI",
"AllowNonStandardVersions": true,
"SetUrl": "https://smapi.io"
+ },
+ {
+ "ID": "MartyrPher.SMAPI-Android-Installer",
+ "AllowNonStandardVersions": true
}
]
}