Skip to content

Commit

Permalink
Fix packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
sz3 committed Nov 11, 2024
1 parent 8644314 commit d570463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir build-wasm
cd build-wasm
emcmake cmake .. -DUSE_WASM=1 -DOPENCV_DIR=/usr/src/app/opencv4
make -j5 install
(cd ../web/ && tar -czvf cimbar.wasm.tar.gz cimbar_js.* index.html main.js)
(cd ../web/ && tar -czvf cimbar.wasm.tar.gz cimbar_js.js cimbar_js.wasm index.html main.js)

cd /usr/src/app
mkdir build-asmjs
Expand Down

0 comments on commit d570463

Please sign in to comment.