Update launch script

Hide all wine windows
This commit is contained in:
Joseph DiGiovanni 2023-12-21 15:09:50 -05:00
parent be400f3ecd
commit da5e91ba5e
3 changed files with 5 additions and 5 deletions

2
rcedit
View file

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