forked from Public-Mirror/Textractor
add deployment script
This commit is contained in:
parent
0e9d9210a1
commit
a6151f4b24
4
deploy.ps1
Normal file
4
deploy.ps1
Normal file
@ -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;
|
Loading…
x
Reference in New Issue
Block a user