This function calls the 7z binary, it should be available in your PATH.
Optional
5.3.0
2025-10-11
CreateArchive("./dist/", "dist.7z") CreateArchive("./dist/*", "dist.7z") CreateArchive("./dist/", "dist.zip") CreateArchive("./dist/*", "dist.zip") Copy
CreateArchive("./dist/", "dist.7z") CreateArchive("./dist/*", "dist.7z") CreateArchive("./dist/", "dist.zip") CreateArchive("./dist/*", "dist.zip")
This function calls the 7z binary, it should be available in your PATH.