We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3946ae0 commit 35a5baeCopy full SHA for 35a5bae
Makefile
@@ -137,6 +137,10 @@ release: clean fmtcheck cross
137
@mkdir -p $(BUILD_DIR)/crc-$(CRC_VERSION)-linux-amd64
138
@cp LICENSE $(BUILD_DIR)/linux-amd64/crc $(BUILD_DIR)/crc-$(CRC_VERSION)-linux-amd64
139
tar cJSf $(RELEASE_DIR)/crc-$(CRC_VERSION)-linux-amd64.tar.xz -C $(BUILD_DIR) crc-$(CRC_VERSION)-linux-amd64
140
+
141
+ @mkdir -p $(BUILD_DIR)/crc-$(CRC_VERSION)-windows-amd64
142
+ @cp LICENSE $(BUILD_DIR)/windows-amd64/crc.exe $(BUILD_DIR)/crc-$(CRC_VERSION)-windows-amd64
143
+ cd $(BUILD_DIR) && zip -r $(CURDIR)/$(RELEASE_DIR)/crc-$(CRC_VERSION)-windows-amd64.zip crc-$(CRC_VERSION)-windows-amd64
144
145
.PHONY: embed_bundle
146
embed_bundle: LDFLAGS += $(BUNDLE_EMBEDDED)
0 commit comments