public
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/gitnub.git
Search Repo:
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
Make the run task launch GitNub directly, so errors show up in the 
terminal
kballard (author)
Wed May 14 02:16:06 -0700 2008
commit  b667ee1fa928670b93832480f98e72f48ab55781
tree    acf43990848a7d3ee7ad93c2e2c4bbd01a40d2ba
parent  dcacd139a587302809aa252269019a20a5f5f059
...
33
34
35
36
 
37
38
39
...
33
34
35
 
36
37
38
39
0
@@ -33,7 +33,7 @@ end
0
 
0
 desc "Build the default and run it."
0
 task :run => [:testdeps, :build] do
0
- sh %{open "build/Release/#{APPNAME}.app"}
0
+ sh %{"build/Release/#{APPNAME}.app/Contents/MacOS/#{APPNAME}"}
0
 end
0
 
0
 desc 'Build the default target using the default configuration'

Comments

    No one has commented yet.