Skip to content

Commit

Permalink
Should use single * because should not copy the localization resour…
Browse files Browse the repository at this point in the history
…ce dll from `DLLs` folder.
  • Loading branch information
andy840119 committed Feb 8, 2023
1 parent fb93e22 commit 1e27d73
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/osu.Game.Rulesets.Karaoke.Resources.resources.dll" />
<InputAssemblies Include="$(OutputPath)LanguageDetection.dll" />
<InputAssemblies Include="$(OutputPath)LrcParser.dll" />
<InputAssemblies Include="$(OutputPath)Octokit.dll" />
Expand Down

0 comments on commit 1e27d73

Please sign in to comment.