Skip to content

Commit

Permalink
Add index.html to nix build output
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Sep 21, 2021
1 parent 960d01e commit dc373b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dist/app.c: dist/index.html $(OTHER_SRC)
echo -e "/,./release/index.html\n/test.html,./dist/index.html\n/$$(ls dist/*.bin|cut -d/ -f2),$$(ls ./dist/*.bin)\n/manifest.json,./src/manifest.json\n/logo.png,./src/logo.png\n/favicon.ico,./src/favicon.ico" | sh epic.sh > $@

install: dist/app.wasm dist/app.did
install -D dist/index.html ${out}/share/index.html
install -D dist/app.did ${out}/bin/ic-qr-scanner.did
install -D dist/app.wasm ${out}/bin/ic-qr-scanner.wasm

Expand Down

0 comments on commit dc373b8

Please sign in to comment.