osu-lazer: fix build and update to 2021.1120.0

This commit is contained in:
LavaDesu 2021-11-21 13:04:39 +07:00
parent 26bba2abfb
commit c4d00b3af1
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 75 additions and 79 deletions

View file

@ -17,7 +17,7 @@ index e88acdd7dd9..80f35a4842e 100644
- // should eventually be handled in a better way.
- VersionHash = $"{Version}-{RuntimeInfo.OS}".ComputeMD5Hash();
- }
+ VersionHash = "6dc4e1c30d87bd113f7eb3fd222a9055";
+ VersionHash = "80aef85b0c8837bb33045eba02886c29";
Resources.AddStore(new DllResourceStore(OsuResources.ResourceAssembly));