diff options
Diffstat (limited to 'contrib/osx')
-rw-r--r-- | contrib/osx/TorPostflight | 2 | ||||
-rw-r--r-- | contrib/osx/package.sh | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 3a8f66d9e..cd4992494 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -80,9 +80,7 @@ fi # Copy Uninstaller if [ -f $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.applescript ]; then cp $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.applescript $TARGET/Tor_Uninstaller.applescript - cp $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.app $TARGET/Tor_Uninstaller.app chmod 755 $TARGET/Tor_Uninstaller.applescript - chmod 755 $TARGET/Tor_Uninstaller.app fi if [ -f $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh ]; then diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index a385afeeb..1012163a0 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -78,7 +78,6 @@ chmod 755 contrib/osx/TorPostflight cp contrib/osx/TorPostflight $BUILD_DIR/tor_resources/postflight cp contrib/osx/addsysuser $BUILD_DIR/tor_resources/addsysuser cp contrib/osx/Tor_Uninstaller.applescript $BUILD_DIR/tor_resources/Tor_Uninstaller.applescript -cp contrib/osx/Tor_Uninstaller.app $BUILD_DIR/tor_resources/Tor_Uninstaller.app cp contrib/osx/uninstall_tor_bundle.sh $BUILD_DIR/tor_resources/uninstall_tor_bundle.sh cp contrib/osx/package_list.txt $BUILD_DIR/tor_resources/package_list.txt cp contrib/osx/tor_logo.gif $BUILD_DIR/tor_resources/background.gif |