arch-packages/rcedit
Joseph DiGiovanni be400f3ecd Update launch script
Hide wine-mono install message
2023-12-19 02:02:59 -05:00

4 lines
109 B
Bash
Executable file

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