Update packages are easiest to trust when they contain only the files that actually changed. Copying a full project folder works, but it is slow, noisy, and easy to review incorrectly.

Start with the modified date

Project Update Cloner lets you choose a source project, an output folder, and a modified date. The app then collects the matching files and keeps their relative folder paths intact, so the final package mirrors the real project structure.

Remove directories that should never ship

Build folders, dependency folders, logs, and repository metadata should stay out of most update bundles. Skipping folders such as `.git`, `node_modules`, `bin`, `obj`, and log directories keeps the package focused.

Use filters for smaller releases

When a release only needs certain file types, filters like `*.php`, `*.js`, and `*.css` help reduce the output. This makes the bundle easier to inspect and faster to deliver.

Export with a log

A ZIP export is useful for handoff, but the update log is what makes the package auditable. The generated `update-log.txt` records what was included and notes files that could not be accessed.

Ready to build cleaner update bundles?

Install the Windows app and package your next project update by date.

Currently supports Windows 11 only.

Download