From fac06d1c1d96929fae8d6b48de60d329afbb0391 Mon Sep 17 00:00:00 2001 From: Patryk Kubiak Date: Wed, 10 Dec 2025 21:58:55 +0100 Subject: [PATCH] Update dmini.dmr to use destination variable for DMF and DMFC paths --- dmini.dmr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmini.dmr b/dmini.dmr index fed4f13..39eb6fd 100644 --- a/dmini.dmr +++ b/dmini.dmr @@ -3,10 +3,10 @@ # === Core Module === # Main module file - always installed -dmf=./dmini.dmf => ${DMOD_DMF_DIR}/${module}.dmf +dmf=./dmini.dmf => ${destination}/${module}.dmf # Compressed module -dmfc=./dmini.dmfc => ${DMOD_DMF_DIR}/${module}.dmfc +dmfc=./dmini.dmfc => ${destination}/${module}.dmfc # Dependencies file (if exists) dmd=./dmini.dmd => ${destination}/${module}.dmd