Sha256: 74b0953d4127ce9f5d109a85aac5b305ed977fdf4d4c528d67f0a55390f4dc0e
Contents?: true
Size: 467 Bytes
Versions: 12
Compression:
Stored size: 467 Bytes
Contents
require "rubygems" require "rake" require "choctop" ChocTop.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
12 entries across 12 versions & 2 rubygems