[gnome-build-meta/coldtom/docs-no-bundle] sdk.bst: Stop bundling docs extension



commit 0f0aae544e7e2cc11ccb0c09812e2110f64265cd
Author: Thomas Coldrick <othko97 gmail com>
Date:   Sat Dec 22 08:24:48 2018 +0000

    sdk.bst: Stop bundling docs extension
    
    The bundle parameter is unnecessary, and I think is the cause of #70.
    According to the docs `bundle` tells flatpak-builder that anything in
    the extension directory should be shipped as an extension, but I
    suspect it also releases the extension with the main image, as a
    bundle.

 elements/flatpak/sdk.bst | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/elements/flatpak/sdk.bst b/elements/flatpak/sdk.bst
index a1153f9..ed761e7 100644
--- a/elements/flatpak/sdk.bst
+++ b/elements/flatpak/sdk.bst
@@ -26,7 +26,6 @@ config:
 
     Extension org.gnome.Sdk.Docs:
       directory: share/runtime/docs
-      bundle: true
       autodelete: true
       no-autodownload: true
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]