summarylogtreecommitdiffstats
path: root/rcedit
diff options
context:
space:
mode:
authorJoseph DiGiovanni2023-12-21 15:09:50 -0500
committerJoseph DiGiovanni2023-12-21 15:09:50 -0500
commitda5e91ba5e6a939f5d508d368aad5632b6add82a (patch)
treeaf3af525edb8f558fe0c44b0d141d5436968a09d /rcedit
parentbe400f3ecd941375af1f5458cd91c63418e5f1c7 (diff)
downloadaur-da5e91ba5e6a939f5d508d368aad5632b6add82a.tar.gz
Update launch script
Hide all wine windows
Diffstat (limited to 'rcedit')
-rwxr-xr-xrcedit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcedit b/rcedit
index e967df795b7f..32aa13a3462c 100755
--- a/rcedit
+++ b/rcedit
@@ -1,4 +1,4 @@
#!/bin/sh
export WINEDEBUG=-all
-export WINEDLLOVERRIDES="mscoree="
+export DISPLAY=""
exec wine /opt/rcedit/rcedit-x64.exe "$@"