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_or_types>, :alpha_channel,
    name: "Alpha Channel", execute: "path/to/script.rb", readme: "path/to_readme"

Where type_or_types is a symbol or array of symbols of: :osx_app, :source, :win32_standalone (self-extracting ocra exe), :win32_folder (folder contains exe + source), :win32_installer

Clone this wiki locally