remove osu-lazer
now fails to build for some reason.. not particularly active in the game anymore, so removing for now
This commit is contained in:
parent
221a7800f4
commit
d17f7c6315
3 changed files with 0 additions and 29 deletions
|
|
@ -27,7 +27,6 @@
|
||||||
maim
|
maim
|
||||||
mongodb-compass
|
mongodb-compass
|
||||||
obs-studio
|
obs-studio
|
||||||
osu-lazer
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
screenkey
|
screenkey
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
self: super: {
|
|
||||||
osu-lazer = super.osu-lazer.overrideAttrs(o: {
|
|
||||||
patches = [ ./patches/bypass-tamper-detection.patch ];
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
diff --git a/osu.Game/OsuGameBase.cs b/osu.Game/OsuGameBase.cs
|
|
||||||
index 98f60d52d..a27ce47ca 100644
|
|
||||||
--- a/osu.Game/OsuGameBase.cs
|
|
||||||
+++ b/osu.Game/OsuGameBase.cs
|
|
||||||
@@ -135,17 +135,7 @@ public OsuGameBase()
|
|
||||||
[BackgroundDependencyLoader]
|
|
||||||
private void load()
|
|
||||||
{
|
|
||||||
- try
|
|
||||||
- {
|
|
||||||
- using (var str = File.OpenRead(typeof(OsuGameBase).Assembly.Location))
|
|
||||||
- VersionHash = str.ComputeMD5Hash();
|
|
||||||
- }
|
|
||||||
- catch
|
|
||||||
- {
|
|
||||||
- // special case for android builds, which can't read DLLs from a packed apk.
|
|
||||||
- // should eventually be handled in a better way.
|
|
||||||
- VersionHash = $"{Version}-{RuntimeInfo.OS}".ComputeMD5Hash();
|
|
||||||
- }
|
|
||||||
+ VersionHash = "ba03e192b1c8d470ee69b6e2c5d56c10";
|
|
||||||
|
|
||||||
Resources.AddStore(new DllResourceStore(OsuResources.ResourceAssembly));
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue