From 9d832935900472c7f9b8590eaec0b7f301a779c9 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 8 Sep 2018 15:18:15 +0200 Subject: [PATCH] Updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b017c90556..a48c36a8c6 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ release-check: .PHONY: release-os-package release-os-package: - $(foreach file,$(filter-out %.sha256,$(wildcard $(DIST)/release/$(EXECUTABLE)-*)),mkdir $(file)-full;mv $(file) $(file)-full/; mv $(file).sha256 $(file)-full/; cp config.ini.sample $(file)-full/config.ini; cp $(DIST)/release/public $(file)-full/ -R; cp LICENSE $(file)-full/; ) + $(foreach file,$(filter-out %.sha256,$(wildcard $(DIST)/release/$(EXECUTABLE)-*)),mkdir $(file)-full;mv $(file) $(file)-full/; mv $(file).sha256 $(file)-full/; cp config.yml.sample $(file)-full/config.yml; cp $(DIST)/release/public $(file)-full/ -R; cp LICENSE $(file)-full/; ) rm $(DIST)/release/public -rf .PHONY: release-zip