mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-18 21:17:59 +01:00
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…
x
Reference in New Issue
Block a user