add the presets folder to the packaging

pull/405/head
Abdullah Alfaraj 2023-10-09 13:02:50 +03:00
parent 5f89d34568
commit 60b2817599
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ const zipList = [
'./*.txt',
'./*.md',
'./*.png',
'./presets/**/*',
]
const zipfile = new yazl.ZipFile()