Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SOLUTION=Mod.Template.sln
ARTIFACTS=Build/Distance Mod Template.zip
ARTIFACTS=Build/Mod Template.zip
RELEASE_BODY=This release was automatically generated as part of a GitHub workflow. Please read the repository README for more info.
2 changes: 1 addition & 1 deletion Mod.Template/Mod.Template.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ModName>Distance Mod Template</ModName>
<ModName>Mod Template</ModName>
</PropertyGroup>
</Project>