This website requires JavaScript.
Explore
Help
Sign in
SunRed
/
arch-packages
Watch
1
Star
0
Fork
You've already forked arch-packages
0
Code
Issues
Pull requests
Releases
Activity
6b21e2107e
arch-packages
/
rcedit-bin
/
rcedit.sh
5 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-09-24 16:51:52 +02:00
#!/bin/sh
Disable wine debug messages
2023-09-24 17:21:52 +02:00
export
WINEDEBUG
=
-all
Update launch script Hide all wine windows
2023-12-21 21:09:50 +01:00
export
DISPLAY
=
""
Fixed launch script
2023-09-24 17:07:22 +02:00
exec
wine /opt/rcedit/rcedit-x64.exe
"
$@
"
Reference in a new issue
Copy permalink