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:
parent
d58ec43d20
commit
b931875a9b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user