summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.config.json')
-rw-r--r--src/SMAPI/StardewModdingAPI.config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.config.json b/src/SMAPI/StardewModdingAPI.config.json
index 06c63e8b..f37c6fc1 100644
--- a/src/SMAPI/StardewModdingAPI.config.json
+++ b/src/SMAPI/StardewModdingAPI.config.json
@@ -22,6 +22,12 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
"CheckForUpdates": true,
/**
+ * Whether SMAPI should show newer beta versions as an available update. If not specified, SMAPI
+ * will only show beta updates if the current version is beta.
+ */
+ //"UseBetaChannel": true,
+
+ /**
* SMAPI's GitHub project name, used to perform update checks.
*/
"GitHubProjectName": "Pathoschild/SMAPI",