You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SporeCommunity.ModBrowser.Blazor/Pages/Developers.razor
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,8 @@
24
24
<li>unique</li>
25
25
<li>displayName</li>
26
26
<li>installerSystemVersion</li>
27
-
<li>dllsBuild</li>
28
27
</ul>
29
-
<li>If you don't have a description set in the Mod Identity, you can set one in your GitHub repository instead</li>
28
+
<li>If you don't have a description set in the Mod Identity, you can set one in your GitHub repository "About" section instead</li>
30
29
<li>If you set these options to "true", they will appear on the mod browser:</li>
31
30
<ul>
32
31
<li>isExperimental</li>
@@ -38,7 +37,7 @@
38
37
<ul>
39
38
<li>Set the tag version to something like 1.0 for a new mod, 1.1 for your first update, and so on (v1.0 is also fine)</li>
40
39
<li>You must use a different version number every time you update your mod</li>
41
-
<li>A title and description are optional</li>
40
+
<li>A title and description are optional (these won't appear in mod browser - set a description in your Mod Identity or GitHub repository "About" section)</li>
42
41
<li>Upload your mod at the bottom, where it says Attach Binaries</li>
43
42
<li>Only upload a single .sporemod or .package file</li>
44
43
<li>If you check the pre-release box, your download will <em>not</em> appear on the mod browser</li>
0 commit comments