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:
parent
034f7ee181
commit
ea283ab49a
2
deploy.bat
Normal file
2
deploy.bat
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@echo off
|
||||||
|
xcopy /s/e/y target\*.jar %~dp0\ripme.jar
|
Loading…
Reference in New Issue
Block a user