How to download and distribute FolderUtils
Use the GitHub repository and GitHub Releases as the canonical source for public downloads.
Recommended trust model
Because FolderUtils exists for users who do not want to trust opaque installers, public downloads should always point back to the public source repository and release history.
For end users
- Open the official GitHub Releases page.
- Download the current Windows archive.
- Extract the archive.
- Run
FolderUtils.exe.
If Windows SmartScreen appears, users should verify the download source is the official GitHub repository before proceeding.
For maintainers
- Build from a clean checkout.
- Run the test suite.
- Run
powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build_windows.ps1. - Upload the generated archive from
dist/to GitHub Releases. - Keep the license, privacy policy, and EULA linked from the release page and docs site.