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