From 9affac51096cc1c52a2511e39922e94687c90e26 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 11 Oct 2021 16:09:41 -0300 Subject: [PATCH] Copiar videos .mp4 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 96a0d03..1323fe9 100755 --- a/build.sh +++ b/build.sh @@ -20,7 +20,7 @@ template () { outdir=build mkdir -p $outdir # Autocopiarnos :) -cp *.sh *.md *.css *.png "$outdir" +cp *.sh *.md *.css *.png *.mp4 "$outdir" index="$outdir/index.html" inicio=true header=false template "nulo.in" > "$index"