Jeff Wesson
Results
1
comments of
Jeff Wesson
Late to the party, but you just need a `zipPath`. ``` javascript zip.addLocalFile('asset1.png', './'); zip.addLocalFile('asset2.png', './'); zip.addLocalFile('asset3.png', './'); zip.writeZip('files.zip'); ``` https://github.com/cthackers/adm-zip/wiki/ADM-ZIP#void-addlocalfilestring-localpath-string-zippath