Skip to content

Commit

Permalink
Add the new build dir to .gitignore, and create the zip in build-all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
brliron committed Apr 19, 2018
1 parent 2cb401f commit a0c1641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*.o
*.a
bin
135tk
135tk.zip
3 changes: 3 additions & 0 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ DEP_DIR=/mingw32/bin
cp $DEP_DIR/libgcc_s_dw2-1.dll $DEP_DIR/libjansson-4.dll $DEP_DIR/libpng16-16.dll $DEP_DIR/libstdc++-6.dll $DEP_DIR/libwinpthread-1.dll $DEP_DIR/zlib1.dll 135tk

cp readme.md 135tk

# Create zip
zip -r 135tk.zip 135tk

0 comments on commit a0c1641

Please sign in to comment.