osu-lazer: remove OSU_DISABLE_ERROR_REPORTING (#525168)
This commit is contained in:
@@ -70,14 +70,9 @@ buildDotnetModule rec {
|
||||
fixupPhase = ''
|
||||
runHook preFixup
|
||||
|
||||
# Disabling error reporting.
|
||||
# https://github.com/ppy/osu/commit/48434dd683d095c42c01def8ff7cb95ce0a85ce4
|
||||
# Unhandled exception. System.ArgumentException: Invalid DSN: No public key provided.
|
||||
|
||||
wrapProgram $out/bin/osu! \
|
||||
${lib.optionalString nativeWayland "--set SDL_VIDEODRIVER wayland"} \
|
||||
--set OSU_EXTERNAL_UPDATE_PROVIDER 1 \
|
||||
--set OSU_DISABLE_ERROR_REPORTING 1
|
||||
--set OSU_EXTERNAL_UPDATE_PROVIDER 1
|
||||
|
||||
for i in 16 32 48 64 96 128 256 512 1024; do
|
||||
install -D ./assets/lazer.png $out/share/icons/hicolor/''${i}x$i/apps/osu.png
|
||||
|
||||
Reference in New Issue
Block a user