From 1b55fdad5984841334e864db942693cfef10e645 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 18 Dec 2025 15:13:52 +0100 Subject: Add sharing --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82e1c93..9e667ec 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ deploy_host := deploy@conchos.bdr.sh deploy_path := /srv/http/build.r.bdr.sh/map distribute: archive package notarize repackage generate_appcast sign_distributable upload +local_package: archive package notarize repackage sign_distributable sign_distributable: @scripts/sign.sh "$(project_name)" "$(build_directory)" -- cgit