Skip to content

Commit

Permalink
* применён макрос packChocoWebPackage для генерации пакета [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Aug 5, 2016
1 parent 61f17e6 commit c39f165
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chocolatey/signcode.install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ include $(ITG_MAKEUTILS_DIR)/appveyor.mk

CHOCO_PACKAGE_NAME = signcode.install

$(eval $(call packChocoMSIPackage,PACKAGE_,$(CHOCO_PACKAGE_NAME),,$(MajorMinorPatch),$(PreReleaseLabel)))
$(eval $(call packChocoWebPackage,PACKAGE_,$(CHOCO_PACKAGE_NAME),\
$(MajorMinorPatch),\
$(PreReleaseLabel),\
$(wildcard $(SOURCESDIR)/$(CHOCO_PACKAGE_NAME)/*.ignore)\
))

all: package
package: $(PACKAGE_TARGETS)
Expand Down

0 comments on commit c39f165

Please sign in to comment.