diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-24 23:46:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 17:46:57 -0400 |
commit | c15785a68d3e99959cdcca5bfb51e8686316a33b (patch) | |
tree | 37dc353948b513383e920e8865a454be724edc55 /src/SMAPI.Web/SMAPI.Web.csproj | |
parent | abffdc2dab2a1c03904427b251acac9d800e0912 (diff) | |
download | SMAPI-c15785a68d3e99959cdcca5bfb51e8686316a33b.tar.gz SMAPI-c15785a68d3e99959cdcca5bfb51e8686316a33b.tar.bz2 SMAPI-c15785a68d3e99959cdcca5bfb51e8686316a33b.zip |
simplify config.json and metadata.json names
Diffstat (limited to 'src/SMAPI.Web/SMAPI.Web.csproj')
-rw-r--r-- | src/SMAPI.Web/SMAPI.Web.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/SMAPI.Web.csproj b/src/SMAPI.Web/SMAPI.Web.csproj index 023a9333..1d8e41c6 100644 --- a/src/SMAPI.Web/SMAPI.Web.csproj +++ b/src/SMAPI.Web/SMAPI.Web.csproj @@ -38,7 +38,7 @@ <Content Update="Views\Mods\Index.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> - <Content Update="wwwroot\StardewModdingAPI.metadata.json"> + <Content Update="wwwroot\SMAPI.metadata.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> |