Skip to content
Snippets Groups Projects
Commit 18070074 authored by Odilitime's avatar Odilitime
Browse files

update package script for animu grills

parent 0819231c
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ mkdir netrunner-$(date +%F)
cd netrunner-$(date +%F)
cp ../*.dylib .
cp ../../../*.ttf .
cp ../../../anime.pnm .
cp ../../../anime_blank.pnm .
cd ../../../
make -j$physicalCpuCount
cd reltools/darwin/netrunner-$(date +%F)
......@@ -17,4 +19,4 @@ otool -L netrunner
cd ..
zip -r -X netrunner-$(date +%F)-darwin.zip netrunner-$(date +%F)
rm -fr netrunner-$(date +%F)
# https://gitgud.io/snippets/29
\ No newline at end of file
# https://gitgud.io/snippets/29
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment