mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-12-17 17:55:28 +00:00
* feat: Add Beeper to Messaging applications This commit adds the Beeper desktop application to the list of installable packages in the "Messaging" category. The entry has been added to `config/applications.json` with the official download URL and the correct silent installation arguments. Fixes #3608 * Fix job failure: ensure excluded directory exists before processing This commit updates the Invoke-Preprocessing function to prevent workflow failures caused by missing excluded directories. Previously, the script would attempt to recursively list files in excluded paths, resulting in an error if a directory did not exist. The updated logic checks if the excluded path refers to a directory (ends with a backslash) and creates it if necessary before proceeding. This avoids "Cannot find path" errors and ensures smoother preprocessing, especially for jobs that depend on directory existence for exclusion logic. No changes are made for excluded files or wildcard patterns.