Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab/CustomPostBuildTemplate_UpdateLocalInstallation.cmd @ 2247

Last change on this file since 2247 was 1970, checked in by swagner, 15 years ago

Added mechanism for executing custom post build scripts (#640)

File size: 419 bytes
Line 
1set target=C:\Program Files\HeuristicLab 3.0
2
3copy "HeuristicLab.exe" "%target%"
4copy "HeuristicLab.exe.config" "%target%"
5copy "HeuristicLab.PluginInfrastructure.dll" "%target%"
6copy "HeuristicLab.PluginInfrastructure.GUI.dll" "%target%"
7copy "ICSharpCode.SharpZipLib.dll" "%target%"
8copy "ICSharpCode.SharpZipLib License.txt" "%target%"
9rmdir /s /q "%target%\plugins"
10xcopy "plugins" "%target%\plugins" /e /i
Note: See TracBrowser for help on using the repository browser.