mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Issue #968 - Preload the permissions manager with permissions file
This commit is contained in:
parent
112961367a
commit
37f0839a64
4 changed files with 19 additions and 3 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue