From 5a5577c82925f0456b672116e7194392ac2d0b81 Mon Sep 17 00:00:00 2001 From: roytam1 Date: Thu, 21 Nov 2024 21:39:38 +0800 Subject: [PATCH] [Basilisk] comment out AppsService related files in package manifest, fix `mach package` --- application/basilisk/installer/package-manifest.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/basilisk/installer/package-manifest.in b/application/basilisk/installer/package-manifest.in index 2a7f52d8c0..f2f44b53e1 100644 --- a/application/basilisk/installer/package-manifest.in +++ b/application/basilisk/installer/package-manifest.in @@ -189,7 +189,7 @@ @RESPATH@/components/directory.xpt @RESPATH@/components/docshell.xpt @RESPATH@/components/dom.xpt -@RESPATH@/components/dom_apps.xpt +;@RESPATH@/components/dom_apps.xpt @RESPATH@/components/dom_base.xpt @RESPATH@/components/dom_bindings.xpt @RESPATH@/components/dom_system.xpt @@ -499,8 +499,8 @@ @RESPATH@/components/messageWakeupService.manifest @RESPATH@/components/SettingsManager.js @RESPATH@/components/SettingsManager.manifest -@RESPATH@/components/AppsService.js -@RESPATH@/components/AppsService.manifest +;@RESPATH@/components/AppsService.js +;@RESPATH@/components/AppsService.manifest @RESPATH@/components/recording-cmdline.js @RESPATH@/components/recording-cmdline.manifest @RESPATH@/components/htmlMenuBuilder.js