From a82fdadcdc15934de5ee4126a6bf6f0d1b9226ce Mon Sep 17 00:00:00 2001 From: icenine451 Date: Fri, 23 Jan 2026 11:56:23 -0500 Subject: [PATCH] Include component_functions in Portmaster component [skip ci] --- portmaster/component_recipe.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/portmaster/component_recipe.json b/portmaster/component_recipe.json index 1763b06c..4ee09ee5 100755 --- a/portmaster/component_recipe.json +++ b/portmaster/component_recipe.json @@ -50,6 +50,11 @@ "type": "file", "source": "$REPO_ROOT/$COMPONENT_NAME/component_update.sh", "dest": "$COMPONENT_ARTIFACT_ROOT" + }, + { + "type": "file", + "source": "$REPO_ROOT/$COMPONENT_NAME/component_functions.sh", + "dest": "$COMPONENT_ARTIFACT_ROOT" } ] ,