From 381e8c7b0f541f03f267608e0a02c8f75b623245 Mon Sep 17 00:00:00 2001 From: Safin Singh Date: Sun, 4 Apr 2021 12:35:18 -0700 Subject: [PATCH] fix: zip misc/ during release --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 85b4d9f3..ca3923ad 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,10 @@ release: mv aeacus aeacus-linux/aeacus && \ mv phocus aeacus-linux/phocus && \ cp -Rf assets/ aeacus-win32/ && \ + cp -Rf misc/ aecus-win32/ && \ cp -Rf LICENSE aeacus-win32/ && \ cp -Rf assets/ aeacus-linux/ && \ + cp -Rf misc/ aeacus-linux/ && \ cp -Rf LICENSE aeacus-linux/ && \ zip -r aeacus-win32.zip aeacus-win32/ > /dev/null && \ echo "Successfully compressed aeacus-win32!" && \