Commit 21b5ecad authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Remove flag to set version

parent a67b4c6a
......@@ -11,6 +11,6 @@ class Gox < Package
def self.install
system "mkdir -p #{CREW_DEST_DIR}/usr/local/bin"
system "go build -ldflags \"-X main.VERSION=v0.3.0\" -o #{CREW_DEST_DIR}/usr/local/bin/gox"
system "go build -o #{CREW_DEST_DIR}/usr/local/bin/gox"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment