2018-12-22 16:11:41 -05:00
|
|
|
cd Builds/RelWithDebInfo_x86;
|
2018-10-28 02:27:24 -04:00
|
|
|
Compress-Archive -Force -DestinationPath Textractor -Path @(
|
|
|
|
"Textractor.exe",
|
|
|
|
"styles",
|
|
|
|
"platforms",
|
|
|
|
"Qt5Core.dll",
|
|
|
|
"Qt5Gui.dll",
|
|
|
|
"Qt5Widgets.dll",
|
|
|
|
"vnrhook.dll",
|
|
|
|
"Bing Translate.dll",
|
2018-11-03 23:26:53 -04:00
|
|
|
"Copy to Clipboard.dll",
|
2018-10-28 02:27:24 -04:00
|
|
|
"Extra Newlines.dll",
|
2018-11-03 23:26:53 -04:00
|
|
|
"Google Translate.dll",
|
2018-11-03 23:58:52 -04:00
|
|
|
"Regex Filter.dll",
|
2018-11-03 23:26:53 -04:00
|
|
|
"Remove Repetition.dll",
|
2018-10-28 02:27:24 -04:00
|
|
|
"Extensions.txt"
|
|
|
|
)
|
|
|
|
|
2018-12-22 16:11:41 -05:00
|
|
|
cd ../RelWithDebInfo_x64;
|
2018-10-28 02:27:24 -04:00
|
|
|
Compress-Archive -Force -DestinationPath Textractor -Path @(
|
|
|
|
"Textractor.exe",
|
|
|
|
"styles",
|
|
|
|
"platforms",
|
|
|
|
"Qt5Core.dll",
|
|
|
|
"Qt5Gui.dll",
|
|
|
|
"Qt5Widgets.dll",
|
|
|
|
"vnrhook.dll",
|
|
|
|
"Bing Translate.dll",
|
2018-11-03 23:26:53 -04:00
|
|
|
"Copy to Clipboard.dll",
|
2018-10-28 02:27:24 -04:00
|
|
|
"Extra Newlines.dll",
|
2018-11-03 23:26:53 -04:00
|
|
|
"Google Translate.dll",
|
2018-11-03 23:58:52 -04:00
|
|
|
"Regex Filter.dll",
|
2018-11-03 23:26:53 -04:00
|
|
|
"Remove Repetition.dll",
|
2018-10-28 02:27:24 -04:00
|
|
|
"Extensions.txt"
|
2018-12-18 16:55:07 -05:00
|
|
|
)
|