diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-06-25 04:02:43 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-06-25 04:02:43 +0000 |
commit | 0bed8ee53c8fac0773a2fc08605dc6fae43d1502 (patch) | |
tree | 1fba3165616891638a54afe0f104500e2f3d75c0 /contrib/osx/package.sh | |
parent | f88d555ce07489e1e5294e334496250992860cbc (diff) | |
download | tor-0bed8ee53c8fac0773a2fc08605dc6fae43d1502.tar.gz tor-0bed8ee53c8fac0773a2fc08605dc6fae43d1502.zip |
Create binary osx un-installer, update perms on install so anyone can run the
uninstaller.
svn:r6685
Diffstat (limited to 'contrib/osx/package.sh')
-rw-r--r-- | contrib/osx/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 1012163a05..6cb5e0e069 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -78,6 +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/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 |