1
0
mirror of https://github.com/s427/MARL.git synced 2025-01-18 21:10:22 +01:00

Update Makefile to take contents from dist/ folder

This commit is contained in:
lms 2025-01-09 08:14:36 +01:00
parent d58ec43d20
commit b931875a9b

View File

@ -1,4 +1,4 @@
build: build:
rm -f marl.xdc 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 zip marl.xdc manifest.toml icon.png