Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #268 from pivotalrp/upgrade_ccmenu_to_15
Browse files Browse the repository at this point in the history
Upgrade CCMenu to 1.55
  • Loading branch information
cunnie committed Apr 6, 2013
2 parents 66e5350 + 5d17595 commit 080ff16
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipes/ccmenu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
app_path="/Applications/CCMenu.app"

dmg_package "CCMenu" do
volumes_dir "CCMenu 1.3"
source "http://surfnet.dl.sourceforge.net/project/ccmenu/CCMenu/1.3/ccmenu-1.3-b.dmg"
checksum "9afef887022002b0f074eb7db25349da53aea5d5a64d8415b756c676db9ad1de"
volumes_dir "CCMenu"
source "http://iweb.dl.sourceforge.net/project/ccmenu/CCMenu/1.5/ccmenu-1.5-b.dmg"
checksum "7cbdc6b3ff477fe420ab121e0892e0aebc48b1a9620aacfb6324932900d6b6cc"
owner WS_USER
action :install
end
Expand All @@ -14,6 +14,5 @@
unless File.exists?(app_path)
execute "Start CCMenu on login" do
command "su #{WS_USER} -c \"addloginitem #{app_path}\""
not_if { File.exists?(app_path) }
end
end

0 comments on commit 080ff16

Please sign in to comment.