rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 23 Oct 2019 18:39:08 -0700
changeset 43514 10454e788111
parent 40965 5532823e8c18
child 44466 79ac59d3f73d
permissions -rw-r--r--
packaging: install and run Inno files in a build directory Upcoming commits will refactor the Windows installers so their content is dynamically derived. In preparation for this, we copy the Inno files into a new build directory and run them from there. This required changing some relative paths to work from a new directory level but is otherwise a pretty straightforward change. Differential Revision: https://phab.mercurial-scm.org/D7157

[workspace]
members = ["hg-core", "hg-direct-ffi", "hg-cpython"]
exclude = ["chg", "hgcli"]