Updated script to copy the enterprise version.

This commit is contained in:
2018-05-28 10:11:39 +02:00
parent c2009663eb
commit 47e058f602

View File

@@ -106,11 +106,12 @@ iff defined BUILD_ENTERPRISE_ONLY then
clean_project clean_project
finalize ec.ecf bench finalize ec.ecf bench
cleanup_eiffel bench ec.exe cleanup_eiffel bench ec.exe
iff not exist ec.exe then iff exist ec.exe then
move ec.exe %INSTALL_DIR\releases\enterprise_version
else
remerror Could not finalize a new "enterprise_version" EiffelStudio remerror Could not finalize a new "enterprise_version" EiffelStudio
CANCEL_ON_ERROR CANCEL_ON_ERROR
endiff endiff
move ec.exe %INSTALL_DIR\releases\enterprise_version
clean_project clean_project
finalize ec.ecf batch finalize ec.ecf batch