Revert "Customized deploy.bat for my personal uage."

This reverts commit 9501e7407c.

Moving to a untracked private file.
This commit is contained in:
digitalnoise 2018-09-12 17:00:54 -05:00
parent 312a4fba12
commit 4beac66d3b

View File

@ -1,3 +1,2 @@
@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"