upgpkg: rcedit-bin 2.0.0-4: refactor

* Refactor PKGBUILD
* Remove redundant .gitignore
This commit is contained in:
Manuel 2024-04-11 19:42:55 +02:00
parent f44ebb794d
commit 76f0ba5644
Signed by: Manuel
GPG key ID: 4085037435E1F07A
4 changed files with 23 additions and 39 deletions

4
rcedit-bin/rcedit.sh Executable file
View file

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