mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-04-27 07:02:18 +02:00
This reverts commit 9501e7407cad590e8b1adf53431cfcd0f49bc602. Moving to a untracked private file.
3 lines
132 B
Batchfile
3 lines
132 B
Batchfile
@echo off
|
|
powershell -c ".\deploy.ps1 -source (Join-Path target (Get-Item -Path .\target\* -Filter *.jar)[0].Name) -dest ripme.jar"
|