electron icon indicating copy to clipboard operation
electron copied to clipboard

Electron backend for NativePHP

Results 15 electron issues
Sort by recently updated
recently updated
newest added

Allows you to copy your app icon into the appropriate location for Electron to pick it up and use it Make sure your icon is a square PNG and at...

Noticed that the php-bin binary path is hardcoded. This isn't great if people need to compile their own versions for needing specific extensions like Zip or Xml. This allows users...

Implemented the [subpath import suggestion](https://github.com/NativePHP/electron/pull/108#issuecomment-2380614265). Relates to #108 Both `native:serve` and `native:build linux x64` worked.

## Summary This PR pulls the [electron plugin](https://github.com/NativePHP/electron-plugin) into this repo. I've landed on the tarball approach @simonhamp proposed in https://github.com/orgs/NativePHP/discussions/348 A couple of changes had to be made in...

The other half of https://github.com/NativePHP/electron-plugin/pull/36 Fixes https://github.com/NativePHP/laravel/issues/343

Extended the InstallsAppIcon trait to copy .ico and .icns icon formats alongside existing ones. This ensures compatibility with platforms requiring these formats. For macOS: icon.icns For Windows: icon.ico Fallback: icon.png...

Updated the logic to set window width and height to ignore stored window state when `resizable` is false. This ensures consistent behavior for fixed-size windows regardless of previous state data.

Integrates new auto-updater routes for checking updates and installing them. Also includes event listeners to notify Laravel about update states like availability, download completion, and errors. This enhances the app's...

### Changes: * Updated the version of `@electron/notarize` from `^2.5.0` to `^3.0.0`. * Updated the version of `electron-builder` from `^25.1.8` to `^26.0.14`. * Added a new script `publish:all` to publish...

Fix: Account for all changed keys in settingsStore.onDidAnyChange This commit addresses an issue where only the *first* changed key was being processed when multiple settings were updated simultaneously. The previous...