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