Skip to content

Commit 6b540f4

Browse files
committedNov 25, 2024··
Fix packaging script
1 parent 8ec60b8 commit 6b540f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package-wasm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mkdir build-wasm
1616
cd build-wasm
1717
emcmake cmake .. -DUSE_WASM=1 -DOPENCV_DIR=/usr/src/app/opencv4
1818
make -j5 install
19-
(cd ../web/ && tar -czvf cimbar.wasm.tar.gz cimbar_js.* index.html main.js)
19+
(cd ../web/ && tar -czvf cimbar.wasm.tar.gz cimbar_js.js cimbar_js.wasm index.html main.js)
2020

2121
cd /usr/src/app
2222
mkdir build-asmjs

0 commit comments

Comments
 (0)
Please sign in to comment.