diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-04 19:07:20 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-04 19:07:20 +0100 |
commit | 3b5e5c91dfeb4ca4a1f642457b2916a995ca44a6 (patch) | |
tree | 7612d12792bd3a0da32056860952146bafd0df76 | |
parent | 174c905b6ca6a5684b296ccb836351b4f12033f4 (diff) | |
parent | 63cf9a149112ca3d2702957fc91256a36a70db67 (diff) | |
download | basilisk-2020.03.04.tar.gz |
Merge branch 'master' of https://github.com/MoonchildProductions/Basiliskv2020.03.04
-rw-r--r-- | basilisk/installer/package-manifest.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/basilisk/installer/package-manifest.in b/basilisk/installer/package-manifest.in index 1c54624..f09e6dc 100644 --- a/basilisk/installer/package-manifest.in +++ b/basilisk/installer/package-manifest.in @@ -213,7 +213,6 @@ @RESPATH@/components/dom_xhr.xpt @RESPATH@/components/dom_xpath.xpt @RESPATH@/components/dom_xul.xpt -@RESPATH@/components/dom_presentation.xpt @RESPATH@/components/downloads.xpt @RESPATH@/components/editor.xpt @RESPATH@/components/embed_base.xpt @@ -236,7 +235,7 @@ @RESPATH@/components/jar.xpt @RESPATH@/components/jsdebugger.xpt @RESPATH@/components/jsdownloads.xpt -@RESPATH@/browser/components/jsinspector.xpt +@RESPATH@/components/jsinspector.xpt @RESPATH@/components/layout_base.xpt #ifdef NS_PRINTING @RESPATH@/components/layout_printing.xpt @@ -528,13 +527,6 @@ @RESPATH@/components/nsAsyncShutdown.manifest @RESPATH@/components/nsAsyncShutdown.js -@RESPATH@/components/PresentationDeviceInfoManager.manifest -@RESPATH@/components/PresentationDeviceInfoManager.js -@RESPATH@/components/BuiltinProviders.manifest -@RESPATH@/components/PresentationControlService.js -@RESPATH@/components/PresentationDataChannelSessionTransport.js -@RESPATH@/components/PresentationDataChannelSessionTransport.manifest - ; InputMethod API @RESPATH@/components/MozKeyboard.js @RESPATH@/components/InputMethod.manifest |