Skip to content

Commit 5c69b07

Browse files
committed
missing config in release
1 parent fa00293 commit 5c69b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-wasm-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ then
3232
<a href=python-wasm-sdk-stable.tar.gz>python-wasm-sdk (emsdk tot, python 3.11b1)</a>
3333
</html>
3434
END
35-
tar -cpRj emsdk devices/* prebuilt/* > sdk/python-wasm-sdk-stable.tar.bz2
35+
tar -cpRj config emsdk devices/* prebuilt/* > sdk/python-wasm-sdk-stable.tar.bz2
3636
else
3737
echo " cpython-build-emsdk-deps failed"
3838
exit 2

0 commit comments

Comments
 (0)