Customized deploy.bat for my personal uage.

This commit is contained in:
digitalnoise 2018-09-11 18:57:56 -05:00
parent 5ab96f4a8f
commit 9501e7407c

View File

@ -1,2 +1,3 @@
@echo off
powershell -c ".\deploy.ps1 -source (Join-Path target (Get-Item -Path .\target\* -Filter *.jar)[0].Name) -dest ripme.jar"
powershell -c ".\deploy.ps1 -source (Join-Path target (Get-Item -Path .\target\* -Filter *.jar)[0].Name) -dest C:\app\ripme.jar"