diff --git a/build-script/pack-ccx.mjs b/build-script/pack-ccx.mjs index 89312e0..9f0d15c 100644 --- a/build-script/pack-ccx.mjs +++ b/build-script/pack-ccx.mjs @@ -45,6 +45,7 @@ const zipList = [ './*.txt', './*.md', './*.png', + './presets/**/*', ] const zipfile = new yazl.ZipFile()