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!" && \