Skip to content
Spooner edited this page Dec 21, 2011 · 15 revisions

Just a quick plan for the API once this becomes a gem:

require 'release_packager'

ReleasePackager.add_target <type>, :alpha_channel, name: "Alpha Channel", execute: "path/to/script.rb", readme: "path/to_readme"

Where type is: :osx_app, :source, :win32_standalone (self-extracting ocra exe), :win32_folder (folder contains exe + source), :win32_installer

Clone this wiki locally