Unverified Commit 45c3f447 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

osu-lazer: remove unnecessary runtimeconfig.json

parent 1495777f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
{
  "runtimeOptions": {
    "tfm": "net8.0",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "8.0.0"
    }
  }
}
+0 −1
Original line number Diff line number Diff line
@@ -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
  '';