Skip to content

Commit d82441f

Browse files
committed
make_chm_en: package tar.xz
1 parent 787e97e commit d82441f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make_chm_en.sh

+1
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ sed "s/cppreference\.chm/cppreference-en-${VERSION}\.chm/" cppreference.hhp > "c
5656
# Compile and package UTF-8 version
5757
"${HHC}" "cppreference-en-${VERSION}.hhp"
5858
"${_7Z}" a -mx9 "cppreference-en-${VERSION}-chm-project.7z" "cppreference-en-${VERSION}.hhp" cppreference.{hhc,hhk} hh{a.dll,c.exe} chmhelp/*
59+
tar caf "cppreference-en-${VERSION}-chm-project.tar.xz" "cppreference-en-${VERSION}.hhp" cppreference.{hhc,hhk} hh{a.dll,c.exe} chmhelp/*

0 commit comments

Comments
 (0)