class Netfira::InstallerGenerator::Binary::Makensis

Attributes

build_dir[RW]
template_file_name[RW]

Public Class Methods

bin_files() click to toggle source
# File lib/netfira/installer_generator/binary/makensis.rb, line 6
def self.bin_files; %w[makensis] end

Public Instance Methods

command() click to toggle source
# File lib/netfira/installer_generator/binary/makensis.rb, line 10
def command
  "cd #{esc build_dir}; makensis #{esc template_file_name}"
end