Add the restart helper binary to the application bundle, not the source file

This commit is contained in:
Thomas Goyne 2014-06-13 09:21:51 -07:00
parent 62c28ce0d3
commit ebb13d96ec
1 changed files with 1 additions and 1 deletions

View File

@ -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