From a6151f4b244b0ea5beb1bc77a6c7df2090cab31b Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 2 Sep 2018 13:30:29 -0400 Subject: [PATCH] add deployment script --- deploy.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 deploy.ps1 diff --git a/deploy.ps1 b/deploy.ps1 new file mode 100644 index 0000000..97f710b --- /dev/null +++ b/deploy.ps1 @@ -0,0 +1,4 @@ +cd Builds/x86-Release/Build; +Compress-Archive -Force -Path "NextHooker.exe","styles","platforms","Qt5Core.dll","Qt5Gui.dll","Qt5Widgets.dll","vnrhook.dll","1_Remove Repetition.dll","2_Copy to Clipboard.dll","3_Google Translate.dll","4_Extra Newlines.dll" -DestinationPath NextHooker; +cd ../../x64-Release/Build; +Compress-Archive -Force -Path "NextHooker.exe","styles","platforms","Qt5Core.dll","Qt5Gui.dll","Qt5Widgets.dll","vnrhook.dll","1_Remove Repetition.dll","2_Copy to Clipboard.dll","3_Google Translate.dll","4_Extra Newlines.dll" -DestinationPath NextHooker;