Disable wine debug messages

This commit is contained in:
Joseph DiGiovanni 2023-09-24 11:21:52 -04:00
parent 3425beb572
commit 9bc21e291e
3 changed files with 3 additions and 2 deletions

1
rcedit
View file

@ -1,2 +1,3 @@
#!/bin/sh
export WINEDEBUG=-all
exec wine /opt/rcedit/rcedit-x64.exe "$@"