From 9ea5906cc524bbeb41542d9e57ee26ccd073f822 Mon Sep 17 00:00:00 2001 From: zjamnik Date: Wed, 6 Jul 2022 14:01:08 +0200 Subject: [PATCH] deploy script for binary creation --- .gitignore | 1 + deploy.ps1 | 1 + 2 files changed, 2 insertions(+) create mode 100644 deploy.ps1 diff --git a/.gitignore b/.gitignore index 12a6984..48e08db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Project specific Download/**/** *.conf +Release # Logs logs diff --git a/deploy.ps1 b/deploy.ps1 new file mode 100644 index 0000000..cd42c54 --- /dev/null +++ b/deploy.ps1 @@ -0,0 +1 @@ +pkg .\WNtoEmail.js --out-path ./Release \ No newline at end of file