Free cookie consent management tool by TermsFeed Policy Generator

source: stable/MergeConfigs.sh @ 13453

Last change on this file since 13453 was 13453, checked in by abeham, 8 years ago

#2539: merged r13428:13430 to stable

  • Property svn:executable set to *
File size: 314 bytes
RevLine 
[13453]1if [ "${TargetDir}" == "" ]; then
2  TargetDir=bin
[8456]3fi
4
5echo Recreating HeuristicLab 3.3.exe.config...
[13453]6cp $TargetDir/app.config "$TargetDir/HeuristicLab 3.3.exe.config"
[8456]7
8echo Merging...
[13453]9for f in $(ls $TargetDir/*.dll.config); do
10    mono $SolutionDir/ConfigMerger.exe $f "$TargetDir/HeuristicLab 3.3.exe.config"
[8456]11done
Note: See TracBrowser for help on using the repository browser.