Skip to content

Commit

Permalink
fix: zip misc/ during release
Browse files Browse the repository at this point in the history
  • Loading branch information
safinsingh committed Apr 4, 2021
1 parent 2e9ced4 commit 381e8c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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!" && \
Expand Down

0 comments on commit 381e8c7

Please sign in to comment.