Skip to content

Commit

Permalink
Add build script for jar
Browse files Browse the repository at this point in the history
  • Loading branch information
TheThirdOne committed Feb 24, 2019
1 parent 308d3a4 commit 60e23b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-jar.sh
@@ -0,0 +1,6 @@
mkdir -p build
find rars -name "*.java" | xargs javac -d build
cp -r images help *.properties License.txt PseudoOps.txt README.md build
cd build
jar cfm ../rars.jar ../META-INF/MANIFEST.MF *

0 comments on commit 60e23b1

Please sign in to comment.