From b931875a9b1c50b3b546892ecf76357a9da641ab Mon Sep 17 00:00:00 2001 From: lms Date: Thu, 9 Jan 2025 08:14:36 +0100 Subject: [PATCH] Update Makefile to take contents from dist/ folder --- webxdc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webxdc/Makefile b/webxdc/Makefile index 930c268..6916777 100644 --- a/webxdc/Makefile +++ b/webxdc/Makefile @@ -1,4 +1,4 @@ build: rm -f marl.xdc - (cd .. && zip -9 --recurse-paths - index.html css/ js/ img/ svg/) > marl.xdc + (cd ../dist && zip -9 --recurse-paths - index.html _astro/ js/) > marl.xdc zip marl.xdc manifest.toml icon.png