osu-lazer: remove unnecessary runtimeconfig.json
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user