From 80c71861fa243ff71822d388cc9cc8f66198deea Mon Sep 17 00:00:00 2001 From: lms Date: Wed, 8 Jan 2025 06:21:38 +0100 Subject: [PATCH] Add icon.png to marl.xdc --- webxdc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webxdc/Makefile b/webxdc/Makefile index 89af16a..930c268 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 - zip marl.xdc manifest.toml + zip marl.xdc manifest.toml icon.png