From ebb13d96ec69166b1b88a6aa2806515053fbdcdc Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 13 Jun 2014 09:21:51 -0700 Subject: [PATCH] Add the restart helper binary to the application bundle, not the source file --- tools/osx-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx-bundle.sh b/tools/osx-bundle.sh index 458d2b70c..1ec59126d 100755 --- a/tools/osx-bundle.sh +++ b/tools/osx-bundle.sh @@ -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