osu-lazer: remove unnecessary runtimeconfig.json

This commit is contained in:
Gutyina Gergő
2025-04-18 20:33:40 +02:00
parent 1495777f24
commit 45c3f44729
2 changed files with 0 additions and 10 deletions
@@ -1,9 +0,0 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
}
}
}
-1
View File
@@ -79,7 +79,6 @@ buildDotnetModule rec {
done
ln -sft $out/lib/${pname} ${SDL2}/lib/libSDL2${stdenvNoCC.hostPlatform.extensions.sharedLibrary}
cp -f ${./osu.runtimeconfig.json} "$out/lib/${pname}/osu!.runtimeconfig.json"
runHook postFixup
'';