Sha256: d722e942211fc90382595525793cea43372aa21906e62cb1bf6622c2eadf3392
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
require "rubygems" require "rake" require "choctop" ChocTop.new do |s| # Remote upload target s.host = '<%= urlname %>.com' # s.base_url = "http://#{s.host}" s.remote_dir = '/path/to/upload/root/of/app' # Custom DMG # s.background_file = "background.jpg" # s.app_icon_position = [100, 90] # s.applications_icon_position = [400, 90] # s.volume_icon = "dmg.icns" # s.applications_icon = "appicon.icns" # or "appicon.png" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
choctop-0.9.6 | app_generators/install_choctop/templates/Rakefile.erb |