From: Shawn O. Pearce Date: Sun, 19 Nov 2006 04:17:41 +0000 (-0500) Subject: git-gui: Don't create PkgInfo on Mac OS X "desktop icons". X-Git-Tag: gitgui-0.6.0~189 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7c0d7c86191925dcd0dfff353823f9f7e473de5;p=git.git git-gui: Don't create PkgInfo on Mac OS X "desktop icons". Turns out that we really don't need the Contents/PkgInfo file on Mac OS 10.4. The Finder will still launch the application properly without one. Signed-off-by: Shawn O. Pearce --- diff --git a/git-gui b/git-gui index d1054f663..063d83c12 100755 --- a/git-gui +++ b/git-gui @@ -2216,10 +2216,6 @@ proc do_macosx_app {} { file mkdir $MacOS - set fd [open [file join $Contents PkgInfo] w] - puts -nonewline $fd {APPL????} - close $fd - set fd [open [file join $Contents Info.plist] w] puts $fd {