You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `skipTaskbar` and `hiddenInMissionControl` properties to window A…
…PI (#240)
Enhanced the window API by including support for the `skipTaskbar` and `hiddenInMissionControl` properties, enabling more control over window visibility and behavior.
Auto updater api extended (#220)
* Add detailed update info and new autoUpdater routes
Extended autoUpdater listeners to include detailed update info, improving event payloads with version, files, release details, and more. Added new `/download-update` route for initiating update downloads and enhanced error reporting with structured error properties.
* Add detailed update info and new autoUpdater routes
Extended autoUpdater listeners to include detailed update info, improving event payloads with version, files, release details, and more. Added new `/download-update` route for initiating update downloads and enhanced error reporting with structured error properties.
---------
Co-authored-by: Simon Hamp <simon.hamp@me.com>
Ensure php-bin is removed from built app (#175)
FixesNativePHP/laravel#503
- Ensure php-bin is removed after composer has run
- Resolves notarisation issues with apple
- Reduces app size
Co-authored-by: Pete Bishop <pbishop@monarx.com>