Skip to content

Commit 02c11f3

Browse files
committed
use bzip2 compression on archive
1 parent f43059c commit 02c11f3

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 -cpR emsdk devices/* prebuilt/* > sdk/python-wasm-sdk-stable.tar
35+
tar -cpRj 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)