Skip to content

Commit a4e4c25

Browse files
committed
fix release, remove redundant stuff
1 parent 2659e81 commit a4e4c25

File tree

7 files changed

+609
-57
lines changed

7 files changed

+609
-57
lines changed

ghcjs/delivery-calculator/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
cp ./static/*.woff2 $out/static/
5454
cp ./static/*.webmanifest $out/
5555
cp ./static/*.ico $out/
56-
cp ./dist/wasm/* $out/
56+
cp ./dist/wasm/bin.wasm $out/bin.wasm
5757
5858
echo "# [Back](index.html)" > "$out/index-link.md"
5959
${pkgs.pandoc}/bin/pandoc \

0 commit comments

Comments
 (0)