Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'daily' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Oct 23, 2022
2 parents 3413161 + 8794b89 commit 9d0bb4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions osu.Desktop/osu.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@
<ItemGroup Label="Resources">
<EmbeddedResource Include="lazer.ico" />
</ItemGroup>
<PropertyGroup>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
<ItemGroup>
<PublishReadyToRunExclude Include="osuTK.dll" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions osu.Game.Rulesets.Osu/OsuRuleset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
new OsuModRelax(),
new OsuModAutopilot(),
new OsuModSpunOut(),
new OsuModDance()
};

case ModType.Fun:
Expand Down

0 comments on commit 9d0bb4f

Please sign in to comment.