diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-03-25 00:01:05 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-03-25 00:01:05 -0500 |
commit | 46de659d63f8485dc01175ae0e36235bd2b11e58 (patch) | |
tree | cf71ea28cafdecb502918bb1685eb255d9b51d56 /python | |
parent | 8a34848ce0f6d4006947c51227b05bec6d12bfdb (diff) | |
download | aura-central-46de659d63f8485dc01175ae0e36235bd2b11e58.tar.gz |
Rebrand the Platform Codebase
Diffstat (limited to 'python')
-rw-r--r-- | python/mozbuild/mozpack/packager/formats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mozbuild/mozpack/packager/formats.py b/python/mozbuild/mozpack/packager/formats.py index 235fc3e90..b0121a6fc 100644 --- a/python/mozbuild/mozpack/packager/formats.py +++ b/python/mozbuild/mozpack/packager/formats.py @@ -318,6 +318,6 @@ class OmniJarSubFormatter(PiecemealFormatter): path[1] in ['pref', 'preferences']) return path[0] in [ 'modules', - 'goanna.js', + 'platform-prefs.js', 'hyphenation', ] or path[0] in STARTUP_CACHE_PATHS |