Remove flag to set version

This commit is contained in:
Ed Reel
2017-07-31 11:14:01 -05:00
committed by Kazushi (Jam) Marukawa
parent a67b4c6a1b
commit 21b5ecad6d

View File

@@ -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