summaryrefslogtreecommitdiffstats
path: root/application/palemoon/app/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-05-09 16:57:05 -0400
committerMatt A. Tobin <email@mattatobin.com>2019-05-09 16:57:05 -0400
commit1b5c261b80f7603525df301764af7dc176203ccd (patch)
tree4260a4cb38ce72723ad19eee733b7c2186754682 /application/palemoon/app/moz.build
parent95607bd727f6a538d539f14f51a55b5a4f902427 (diff)
downloadUXP-1b5c261b80f7603525df301764af7dc176203ccd.tar
UXP-1b5c261b80f7603525df301764af7dc176203ccd.tar.gz
UXP-1b5c261b80f7603525df301764af7dc176203ccd.tar.lz
UXP-1b5c261b80f7603525df301764af7dc176203ccd.tar.xz
UXP-1b5c261b80f7603525df301764af7dc176203ccd.zip
Issue #968 - Preload the permissions manager with permissions file
Diffstat (limited to 'application/palemoon/app/moz.build')
-rw-r--r--application/palemoon/app/moz.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/palemoon/app/moz.build b/application/palemoon/app/moz.build
index c11f4c37e..8166760af 100644
--- a/application/palemoon/app/moz.build
+++ b/application/palemoon/app/moz.build
@@ -20,6 +20,7 @@ if CONFIG['LIBXUL_SDK']:
SOURCES += ['nsBrowserApp.cpp']
FINAL_TARGET_FILES += ['blocklist.xml']
+FINAL_TARGET_FILES.defaults += ['permissions']
FINAL_TARGET_FILES.defaults.profile += ['profile/prefs.js']
DEFINES['APP_VERSION'] = CONFIG['MOZ_APP_VERSION']