diff options
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 62f5453a..5bfd09b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -450,8 +450,8 @@ macosx-standalone-app: macosx-app $(shell $(INSTALL_NAME_TOOL) -change $(finkLibDir)/libpcre.dylib @executable_path/libpcre.dylib $(macosx_bundle_path)/MacOS/libpcre.dylib) $(shell $(INSTALL_NAME_TOOL) -id @executable_path/libpcre.dylib $(macosx_bundle_path)/MacOS/libpcre.dylib) -# codesigning - codesign -f -s USDX-codesign UltraStarDeluxe.app +# do not forget to sign the code +# codesign -f -s USDX-codesign UltraStarDeluxe.app # final messages @echo "Standalone Mac OS X application created." |