diff --git a/deploy.bat b/deploy.bat index 388ece44..3e3a5f4d 100644 --- a/deploy.bat +++ b/deploy.bat @@ -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" \ No newline at end of file