Fixed launch script

This commit is contained in:
Joseph DiGiovanni 2023-09-24 11:07:22 -04:00
parent 69c83dfdf5
commit 3425beb572
3 changed files with 7 additions and 14 deletions

2
rcedit
View file

@ -1,2 +1,2 @@
#!/bin/sh
exec wine rcedit-x64.exe "$@"
exec wine /opt/rcedit/rcedit-x64.exe "$@"