Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab/UpdateLocalInstallation.cmd @ 39

Last change on this file since 39 was 39, checked in by swagner, 16 years ago

Worked on post-build scripts

File size: 386 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%"
9copy "plugins\*.*" "%target%\plugins"
Note: See TracBrowser for help on using the repository browser.