arch-packages/rcedit
Joseph DiGiovanni da5e91ba5e Update launch script
Hide all wine windows
2023-12-21 15:09:50 -05:00

4 lines
92 B
Bash
Executable file

#!/bin/sh
export WINEDEBUG=-all
export DISPLAY=""
exec wine /opt/rcedit/rcedit-x64.exe "$@"