Add 'rcedit-bin/' from commit 'da5e91ba5e'

git-subtree-dir: rcedit-bin
git-subtree-mainline: 78ea923664
git-subtree-split: da5e91ba5e
This commit is contained in:
Manuel 2024-04-11 18:49:15 +02:00
commit 77e00bb24c
4 changed files with 64 additions and 0 deletions

4
rcedit-bin/rcedit Executable file
View file

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