Skip to content

Commit

Permalink
Modified package target for windows platform to generate a ZIP archiv…
Browse files Browse the repository at this point in the history
…e, instead of a TAR. Included with ZIP is the flag to convert LF to CRLF. (#4219)
  • Loading branch information
shieldsjared authored and crspeller committed Oct 31, 2016
1 parent a8e772f commit 3f30aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -336,7 +336,7 @@ else
cp $(GOPATH)/bin/windows_amd64/platform.exe $(DIST_PATH)/bin # from cross-compiled bin dir
endif
@# Package
tar -C dist -czf $(DIST_PATH)-$(BUILD_TYPE_NAME)-windows-amd64.tar.gz mattermost
cd $(DIST_ROOT) && zip -9 -r -q -l mattermost-$(BUILD_TYPE_NAME)-windows-amd64.zip mattermost && cd ..
@# Cleanup
rm -f $(DIST_PATH)/bin/platform.exe

Expand Down

0 comments on commit 3f30aa5

Please sign in to comment.