Fixed bug in Windows package script that prevented it from working on 32-bit systems

main
q-- 12 years ago
parent cb7ef0ddbe
commit ddb5b0b394

@ -13,6 +13,7 @@ if exist %windir%\SysWOW64\mshta.exe goto hta64
if exist %windir%\System32\mshta.exe goto hta32
:hta32
set hta=%windir%\System32\mshta.exe
goto endDetection
:hta64
set hta=%windir%\SysWOW64\mshta.exe
goto endDetection