Skip to content

Commit

Permalink
🐛 fix web release missing font
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienjuif committed Nov 10, 2023
1 parent afaa0a1 commit c958e9e
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 @@ -16,3 +16,4 @@ release-wasm:
@cargo build --release --target wasm32-unknown-unknown
@wasm-bindgen --out-name wasm_game --out-dir target/web/release --target web target/wasm32-unknown-unknown/release/game.wasm
@cp web/* target/web/release/
@cp -R assets/ target/web/release/

0 comments on commit c958e9e

Please sign in to comment.