Skip to content
Snippets Groups Projects
Commit 94a6bef4 authored by stefan's avatar stefan
Browse files

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
parent 88e61365
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment