6 lines
88 B
Ruby

build do
Environment.new do |env|
env.Install("inst.exe", "install.rb")
end
end