From 50b6f82a8fac03fd8fe6c406bb5186d313c2264b Mon Sep 17 00:00:00 2001 From: Barazok Date: Sun, 8 Nov 2020 17:12:58 +0100 Subject: [PATCH] Add powershell deploy script --- deploy.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 deploy.ps1 diff --git a/deploy.ps1 b/deploy.ps1 new file mode 100644 index 0000000..b5a8ddb --- /dev/null +++ b/deploy.ps1 @@ -0,0 +1 @@ +Copy-Item 'build\libs\MineClass.jar' $args[0] \ No newline at end of file