From 9087bc0bbc5ca5eb94b826486ab5ea5fe739062f Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Sun, 24 Sep 2023 18:37:17 +0300 Subject: [PATCH] build: make portable recipy include README and COPYING files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be0bc57..fdcb2cb 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: cp -r static bin portable: clean all - cd bin/ && zip -r dela.zip * && mv dela.zip .. + cd bin/ && cp ../COPYING . && cp ../README.md . && zip -r dela.zip * && mv dela.zip .. clean: rm -rf bin