Skip to content

Commit

Permalink
should export file.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed May 2, 2021
1 parent 2691e0d commit 6a6f1d5
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 @@ -40,7 +40,7 @@
<!-- the ILMergePath property points to the location of ILMerge.exe console application -->
<Exec
WorkingDirectory="$(MSBuildThisFileDirectory)bin\$(Configuration)\$(TargetFramework)"
Command="$(ILMergeConsolePath) /out:osu.Game.Rulesets.Karaoke.Packed.dll osu.Game.Rulesets.Karaoke.dll LanguageDetection.dll Octokit.dll osu.Framework.KaraokeFont.dll osu.Framework.Microphone.dll NWaves.dll LyricMaker.dll NicoKaraParser.dll WanaKanaSharp.dll Zipangu.dll"
Command="$(ILMergeConsolePath) /log /out:osu.Game.Rulesets.Karaoke.Packed.dll osu.Game.Rulesets.Karaoke.dll LanguageDetection.dll Octokit.dll osu.Framework.KaraokeFont.dll osu.Framework.Microphone.dll NWaves.dll LyricMaker.dll NicoKaraParser.dll WanaKanaSharp.dll Zipangu.dll"
></Exec>
</Target>
</Project>

0 comments on commit 6a6f1d5

Please sign in to comment.