summaryrefslogtreecommitdiff
path: root/tools/build_scripts
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-07-22 18:28:25 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-22 18:28:32 +0300
commit8adf950c33c909694921b2c0a2ca672d901f5101 (patch)
tree2607418dcb423786722b8d9c42625200b44b2629 /tools/build_scripts
parent8925d83bebb239dd6c5a0fa17dec0eec27e10fb4 (diff)
fixes #2013 (missing CurrencyRates settings on a cliean profile)
Diffstat (limited to 'tools/build_scripts')
-rw-r--r--tools/build_scripts/z1_ReBuild_Full.bat7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/build_scripts/z1_ReBuild_Full.bat b/tools/build_scripts/z1_ReBuild_Full.bat
index 39be9dab59..07bf1905e7 100644
--- a/tools/build_scripts/z1_ReBuild_Full.bat
+++ b/tools/build_scripts/z1_ReBuild_Full.bat
@@ -81,15 +81,16 @@ md "Release%tp%\Plugins\Weather"
copy /V /Y ..\tools\build_scripts\fixme.cmd "Release%tp%\"
copy /V /Y ..\plugins\Actman\services.ini "Release%tp%\Plugins\"
copy /V /Y ..\plugins\Boltun\src\Engine\boltun.mindw "Release%tp%\Plugins\"
-copy /V /Y ..\plugins\CurrencyRates\docs\Utility\*.xml "Release%tp%\Plugins\CurrencyRates\"
-copy /V /Y ..\plugins\CurrencyRates\CurrencyRatesChart\bin\x%tp%\CurrencyRatesChart.exe "Release%tp%\Plugins\CurrencyRates\"
copy /V /Y ..\plugins\FavContacts\gadget\favcontacts.gadget "Release%tp%\Gadgets\"
copy /V /Y ..\plugins\Import\ini\*.ini "Release%tp%\Plugins\Import\"
copy /V /Y ..\plugins\ListeningTo\listeningto\*.dll "Release%tp%\Plugins\Listeningto\"
copy /V /Y ..\plugins\Nudge\docs\Sounds\*.wav "Release%tp%\Sounds\"
copy /V /Y ..\plugins\RemovePersonalSettings\docs\RemovePersonalSettings.ini "Release%tp%\"
copy /V /Y ..\plugins\Watrack\player.ini "Release%tp%\Plugins\"
-copy /V /Y ..\plugins\Weather\docs\weather\*.ini "Release%tp%\Plugins\Weather\"
+
+copy /V /Y ..\protocols\CurrencyRates\docs\Utility\*.xml "Release%tp%\Plugins\CurrencyRates\"
+copy /V /Y ..\protocols\CurrencyRates\CurrencyRatesChart\bin\x%tp%\CurrencyRatesChart.exe "Release%tp%\Plugins\CurrencyRates\"
+copy /V /Y ..\protocols\Weather\docs\weather\*.ini "Release%tp%\Plugins\Weather\"
rem xcopy /S /V /Y "..\delphi\%tp%" "Release%tp%"
xcopy /S /V /Y "..\pre-symbols\%comp%\%tp%" "Symbols%tp%"