From 6c55af2b5cace305eacede7f67f8034cd1cee1a9 Mon Sep 17 00:00:00 2001 From: claudemiro Date: Sat, 5 Mar 2016 09:43:02 -0300 Subject: [PATCH] Adding README and LICENSE to distribution --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index ecadc40..9edb0e0 100644 --- a/Rakefile +++ b/Rakefile @@ -52,5 +52,7 @@ task :build, [:os] do |t, args| sh "mkdir -p build/#{os}" sh "GO15VENDOREXPERIMENT=1 GOOS=#{os} GOARCH=amd64 go build -ldflags '-X main.version=#{VERSION} -X main.buildstamp=#{DATE} -X main.githash=#{GITHASH}' -o build/#{os}/ipe github.com/dimiro1/ipe" sh "cp ipe/config-example.json build/#{os}/config.json" + sh "cp LICENSE build/#{os}/" + sh "cp README.md build/#{os}/" sh "tar -C build/#{os} -czf build/ipe_#{VERSION}_#{os}_amd64.tar.gz ." end \ No newline at end of file