tModLoader Adding a mod webpage causes build to fail.

When I try to add a webpage to the mod it gives me this error instantly.


Failed to load C:\Users\***************\Documents\My Games\Terraria/ModLoader\Mod Sources\GrisGuns\build.txt
System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
at System.String.Substring(Int32 startIndex, Int32 length)
at Terraria.ModLoader.BuildProperties.ReadBuildFile(String modDir)
at Terraria.ModLoader.ModCompile.ReadProperties(String modFolder, IBuildStatus status)


I have no idea what I'm doing wrong and would be very glad if someone were to tell me what I'm doing wrong here.
Here is what I have in my build.txt file:


author = GrismarPicklemelt
version = 0.0.1
displayName = GrisGuns
Modhomepage = https://forums.terraria.org/index.php?threads/tmodloader-grisguns-mod.74742/
hideCode = false
hideResources = false
includeSource = true
buildIgnore = *.csproj, *.user, obj\*, bin\*, .vs\*
includePDB = true
 
Back
Top Bottom