Skip to content

Commit

Permalink
Merge pull request #155 from ACaiCat/master
Browse files Browse the repository at this point in the history
修复:WikiLangPackLoader语言包编译时内嵌
  • Loading branch information
ACaiCat authored May 26, 2024
2 parents 0e773d7 + 12b15ad commit d3dfbcb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion WikiLangPackLoader/WikiLangPackLoader.csproj
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\template.targets"/>
<Import Project="..\template.targets" />
<ItemGroup>
<None Remove="ResourcePack.zip" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ResourcePack.zip" />
</ItemGroup>
</Project>

0 comments on commit d3dfbcb

Please sign in to comment.