Update launch script

Hide wine-mono install message
This commit is contained in:
Joseph DiGiovanni 2023-12-19 02:02:59 -05:00
parent f2a8d65c24
commit be400f3ecd
3 changed files with 17 additions and 10 deletions

1
rcedit
View file

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