diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-03-11 05:23:18 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-03-11 05:23:18 +0000 |
commit | 1b9e8303906bf945c031bca638913376a600fba9 (patch) | |
tree | a42d29e57113ce1d2ec7cf7e170312ec0d4a405d /contrib/osx/TorInfo.plist.in | |
parent | 1ca6fa99e3b0ce0becb4dfdb2a67631a58c5f46b (diff) | |
download | tor-1b9e8303906bf945c031bca638913376a600fba9.tar.gz tor-1b9e8303906bf945c031bca638913376a600fba9.zip |
Include actual documentation with the installation, include the
uninstaller in executable format, and make the install pretty.
svn:r6119
Diffstat (limited to 'contrib/osx/TorInfo.plist.in')
-rw-r--r-- | contrib/osx/TorInfo.plist.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/osx/TorInfo.plist.in b/contrib/osx/TorInfo.plist.in index b542299200..e9ef586669 100644 --- a/contrib/osx/TorInfo.plist.in +++ b/contrib/osx/TorInfo.plist.in @@ -18,5 +18,9 @@ <true/> <key>IFPkgFlagRootVolumeOnly</key> <true/> + <key>IfPkgFlagBackgroundScaling</key> + <string>proportional</string> + <key>IFPkgFlagBackgroundAlignment</key> + <string>bottomleft</string> </dict> </plist> |