From 2ea38e6f81e25a551e87dfdc2c31daefd303478b Mon Sep 17 00:00:00 2001 From: xen-42 Date: Tue, 2 Jan 2024 17:25:39 -0500 Subject: [PATCH] Add Patreon link to manifest --- NewHorizons/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json index af88a07c..21837ca2 100644 --- a/NewHorizons/manifest.json +++ b/NewHorizons/manifest.json @@ -8,5 +8,6 @@ "owmlVersion": "2.9.8", "dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ], "conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ], - "pathsToPreserve": [ "planets", "systems", "translations" ] + "pathsToPreserve": [ "planets", "systems", "translations" ], + "donateLink": "https://www.patreon.com/ownh" }