Skip to content

Commit

Permalink
Fix the issue that should not copy the localization resource dll from…
Browse files Browse the repository at this point in the history
… `DLLs` folder.
  • Loading branch information
andy840119 committed Mar 4, 2023
1 parent 9bec9ca commit a78885a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ItemGroup>
<InputAssemblies Include="$(OutputPath)osu.Game.Rulesets.Karaoke.dll" />
<InputAssemblies Include="$(OutputPath)osu.Game.Rulesets.Karaoke.Resources.dll" />
<InputAssemblies Include="$(OutputPath)**/osu.Game.Rulesets.Karaoke.Resources.resources.dll" Exclude="$(OutputPath)DLLs/osu.Game.Rulesets.Karaoke.Resources.resources.dll" />
<InputAssemblies Include="$(OutputPath)*/osu.Game.Rulesets.Karaoke.Resources.resources.dll" Exclude="$(OutputPath)/DLLs/" />
<InputAssemblies Include="$(OutputPath)LanguageDetection.dll" />
<InputAssemblies Include="$(OutputPath)LrcParser.dll" />
<InputAssemblies Include="$(OutputPath)Octokit.dll" />
Expand Down

0 comments on commit a78885a

Please sign in to comment.