electron icon indicating copy to clipboard operation
electron copied to clipboard

Fix: publish:all and upgrade deps

Open SRWieZ opened this issue 8 months ago • 2 comments

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 the application for all platforms.
  • src/Commands/BuildCommand.php: Fixed the logical error in the handle method by moving the closing brace to the correct position.

SRWieZ avatar Apr 16 '25 11:04 SRWieZ

Ready but waiting for https://github.com/electron-userland/electron-builder/releases/tag/v26.0.14 to be out of pre-release.

SRWieZ avatar Apr 28 '25 07:04 SRWieZ

We can merge even in pre-release. NPM doesn't seem to care if it's a release or a pre-release.

SRWieZ avatar Apr 29 '25 10:04 SRWieZ