From 94a6bef405cfd468e7235d29b05ce59a2d46bb06 Mon Sep 17 00:00:00 2001
From: stefan <stefan@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Fri, 6 Aug 2010 08:50:39 +0000
Subject: [PATCH] Copy TMalign and TMscore to bundle if exist

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2635 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 deployment/win/create_archive.bat.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deployment/win/create_archive.bat.in b/deployment/win/create_archive.bat.in
index c5f7cd492..47168bf3f 100644
--- a/deployment/win/create_archive.bat.in
+++ b/deployment/win/create_archive.bat.in
@@ -26,4 +26,6 @@ xcopy /E /I /Y /EXCLUDE:excludes+exclude_file_types ..\..\stage\bin "%inst_dir%\
 set PATH="c:\Program Files (x86)"\7-Zip\;%PATH%
 REM 7z a -r -t7z %archive_name% "%inst_dir%" > log
 REM if exist %archive_name%.7z copy /b 7zS.sfx + config.txt + %archive_name%.7z %archive_name%.exe
+if exist \TMTools\TMalign.exe copy /B \TMTools\TMalign.exe "%inst_dir%\bin\Release"
+if exist \TMTools\TMscore.exe copy /B \TMTools\TMscore.exe "%inst_dir%\bin\Release"
 7z a -r -tzip %archive_name% "%inst_dir%" > log
\ No newline at end of file
-- 
GitLab