diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-17 04:31:22 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-17 04:31:22 +0000 |
commit | b4433c674d3d074aa2fdb994fbd82b160dabb390 (patch) | |
tree | e16dfb422970b6b3eb8a400592a775c6f447dfa5 /contrib/osx/package.sh | |
parent | 47bf7abc1a674af9cd6628dea49240a7ee9cd45f (diff) | |
download | tor-b4433c674d3d074aa2fdb994fbd82b160dabb390.tar.gz tor-b4433c674d3d074aa2fdb994fbd82b160dabb390.zip |
Minor fixed for launchd xml plist
svn:r6770
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 429ecbf584..0378346db7 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -82,6 +82,7 @@ cp contrib/osx/Tor_Uninstaller.app.tar.gz $BUILD_DIR/tor_resources/Tor_Uninstall 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 +cp contrib/osx/net.freehaven.tor.plist $BUILD_DIR/tor_resources/net.freehaven.tor.plist cat <<EOF > $BUILD_DIR/tor_resources/Welcome.txt Tor: an anonymous Internet communication system |