This is an archive of the discontinued Mercurial Phabricator instance.

packaging: use lower case for RC files
ClosedPublic

Authored by indygreg on Oct 23 2019, 9:55 PM.

Details

Summary

The file case doesn't matter. I'm not sure why it is
capitalized.

This is a source of inconsistency between Inno and WiX.
So let's standardize on the lower case names.

The MSI should remove the old files before installing
the new one, so there shouldn't be a problem with a case
collision.

And, users should not have modified these files, so it
should be safe to rename them.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.