diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-06 15:51:07 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-06 15:51:07 +0000 |
commit | d25a82381893c20a296f36f4995552d41e7e9354 (patch) | |
tree | 090a79caaf332585fb747cf74a8c77eb6909b743 /contrib/osx/package.sh | |
parent | 85fd582192a4c94512efb0e52509421ddc85df02 (diff) | |
download | tor-d25a82381893c20a296f36f4995552d41e7e9354.tar.gz tor-d25a82381893c20a296f36f4995552d41e7e9354.zip |
Update osx binary un-installer naming, remove invalid osx binary
un-installer app
svn:r6736
Diffstat (limited to 'contrib/osx/package.sh')
-rw-r--r-- | contrib/osx/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 6cb5e0e069..a385afeeb7 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -78,7 +78,7 @@ 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_bin.app $BUILD_DIR/tor_resources/Tor_Uninstaller_bin.app +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 |