Skip to content

Commit

Permalink
package: windows: explicitly provide .zip extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mlyle committed Jan 27, 2016
1 parent 3f222bc commit 26641ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Makefile.winx86
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ifeq ($(EXPORT_SYMBOLS),YES)
endif

package_all_compress: package_all
$(V1)cd $(PACKAGE_DIR)/../ && $(ZIPBIN) -r --exclude=*.zip $(BUILD_DIR)/dronin-$(PACKAGE_LBL) $(notdir $(PACKAGE_DIR))
$(V1)cd $(PACKAGE_DIR)/../ && $(ZIPBIN) -r --exclude=*.zip $(BUILD_DIR)/dronin-$(PACKAGE_LBL).zip $(notdir $(PACKAGE_DIR))

.PHONY: standalone
.PHONY: package_ground_compress

0 comments on commit 26641ee

Please sign in to comment.