Add deploy.bat script to copy ripme.jar into the root of the project folder. Helps to run the program from a location other than where it is built.

This commit is contained in:
metaprime 2016-12-19 20:03:56 -08:00
parent 034f7ee181
commit ea283ab49a

2
deploy.bat Normal file
View File

@ -0,0 +1,2 @@
@echo off
xcopy /s/e/y target\*.jar %~dp0\ripme.jar