6 lines
90 B
Ruby
6 lines
90 B
Ruby
build do
|
|
Rscons::Environment.new do |env|
|
|
env.Copy("inst.exe", "copy.rb")
|
|
end
|
|
end
|