Commit 172b827

bryfry <bryon.fryer@gmail.com>
2016-08-26 22:23:03
u master
1 parent d7a0d17
Changed files (1)
build.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-GOOS=windows GOARCH=386 go build -o /Volumes/production/video/post/fcpxml2vtt.exe fcpxml2vtt.go
-GOOS=linux GOARCH=amd64 go build -o /Volumes/production/video/post/fcpxml2vtt.linux fcpxml2vtt.go
-GOOS=darwin GOARCH=amd64 go build -o /Volumes/production/video/post/fcpxml2vtt.darwin fcpxml2vtt.go
+#GOOS=windows GOARCH=386 go build -o /Volumes/production/video/post/fcpxml2vtt.exe fcpxml2vtt.go
+GOOS=linux GOARCH=amd64 go build -o /Volumes/production/video/post/fcpxml2vtt fcpxml2vtt.go
+#GOOS=darwin GOARCH=amd64 go build -o /Volumes/production/video/post/fcpxml2vtt.darwin fcpxml2vtt.go