sapling/contrib/wix/hg.cmd
Steve Borho a95ec762fd wix: switch Mercurial Windows installer to use py2exe --bundle 3
--bundle 3 leaves all of the compiled C extensions and other DLLs outside of
the library.zip, so we no longer add the installer folder to the system PATH.
Instead, we now ship a small bin/hg.cmd and it is placed in the PATH.

Switching to py2exe --bundle 3 is necessary because the higher bundle options
are not supported on x64.
2010-11-26 16:18:19 -06:00

4 lines
68 B
Batchfile

@echo off
rem launch hg.exe from parent folder
"%~dp0\..\hg.exe" %*