Commit 172b827
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