Sha256: 581ae83059bed85c093c497e3a4b1124292be3a5eb2b76477818e6b5828d41d1
Contents?: true
Size: 482 Bytes
Versions: 6
Compression:
Stored size: 482 Bytes
Contents
require "rubygems" require "rake" require "choctop" ChocTop::Configuration.new do |s| # Remote upload target (set host if not same as Info.plist['SUFeedURL']) # s.host = '<%= urlname %>.com' 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
6 entries across 6 versions & 1 rubygems