mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
* ddev@1.24.10: Expose bundled utilities and add HTTPS setup notes ### Summary This PR updates the `ddev` Scoop manifest to better reflect the contents of the official Windows release and improve the user onboarding experience. ### Changes * Expose additional bundled executables: * `mkcert.exe` * `ddev-hostname.exe` * Add post-installation notes to guide users through HTTPS setup using `mkcert`. ### Rationale The official Windows release archive already includes `mkcert.exe` and `ddev-hostname.exe`, but they were not previously exposed via the `bin` section of the Scoop manifest. As a result, users could not directly invoke these utilities after installation. Additionally, HTTPS support in DDEV on Windows requires installing a custom root certificate. Adding explicit notes helps prevent confusion and reduces setup friction for new users. ### User Impact After this change: * Users can directly run `mkcert` and `ddev-hostname` from the command line. * Users receive clear guidance on enabling HTTPS by installing the local root certificate. * Remove mkcert.exe from bin list in ddev.json
…
Scoop Main

Core manifests for Scoop, the Windows command-line installer. For manifests that fit the Main criteria.
How do I install these manifests?
Just do scoop install <manifest>. This is the default bucket for Scoop and is added by default.
How do I contribute new manifests?
To make a new manifest contribution, please read the Contributing Guide.
Description
Languages
PowerShell
100%