diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-19 19:49:01 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-19 19:49:01 +0200 |
commit | 8b960b23ac31d4dd0763f91ab5f494251467eeb1 (patch) | |
tree | f9300c10b6d6541752450385a9e30a4f6ed42c56 /application/palemoon/components/build/moz.build | |
parent | 585c1ec4b27beb1d54606b8451d60ab56bc11a18 (diff) | |
download | UXP-8b960b23ac31d4dd0763f91ab5f494251467eeb1.tar UXP-8b960b23ac31d4dd0763f91ab5f494251467eeb1.tar.gz UXP-8b960b23ac31d4dd0763f91ab5f494251467eeb1.tar.lz UXP-8b960b23ac31d4dd0763f91ab5f494251467eeb1.tar.xz UXP-8b960b23ac31d4dd0763f91ab5f494251467eeb1.zip |
moebius#205: Fix: The profile - resetting (the custom profile name)
https://github.com/MoonchildProductions/moebius/pull/205
Diffstat (limited to 'application/palemoon/components/build/moz.build')
-rw-r--r-- | application/palemoon/components/build/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/palemoon/components/build/moz.build b/application/palemoon/components/build/moz.build index c85723e16..5bc4858d7 100644 --- a/application/palemoon/components/build/moz.build +++ b/application/palemoon/components/build/moz.build @@ -18,6 +18,7 @@ LOCAL_INCLUDES += [ '../about', '../dirprovider', '../feeds', + '../migration', '../shell', ] |