Bug 3750: Use .7z extension for PDK zip files created with LZMA compression
Commented out the renaming of the files, and the adjustment to
release_metadata.xml, as getenv (part of helium) is broken by the
change - it only processes *.zip
@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal