From c2c2f40147d741b8ef1198e085ad74f9aa47d054 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 18 Jun 2026 14:57:16 -0500 Subject: [PATCH] fix: set EXTENSION_NAME=mokosuiteclient in Makefile for updates.xml [skip ci] --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ec94cc90..61c63c36 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ # ============================================================================== # Extension Configuration -EXTENSION_NAME := mokoexample -EXTENSION_TYPE := module +EXTENSION_NAME := mokosuiteclient +EXTENSION_TYPE := package # Options: module, plugin, component, package, template -EXTENSION_VERSION := 1.0.0 +EXTENSION_VERSION := 02.35.00 # Module Configuration (for modules only) MODULE_TYPE := site