mirror of https://github.com/odrling/Aegisub
Add the restart helper binary to the application bundle, not the source file
This commit is contained in:
parent
62c28ce0d3
commit
ebb13d96ec
|
@ -118,7 +118,7 @@ cp -v src/${AEGISUB_BIN} "${PKG_DIR}/Contents/MacOS/aegisub"
|
|||
|
||||
echo
|
||||
echo " ---- Build / install restart-helper ----"
|
||||
cp -v tools/osx-bundle-restart-helper.c "${PKG_DIR}/Contents/MacOS/restart-helper"
|
||||
cp -v tools/osx-bundle-restart-helper "${PKG_DIR}/Contents/MacOS/restart-helper"
|
||||
|
||||
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue