Skip to content

Electronite v25.3.2

Latest
Compare
Choose a tag to compare
@PhotoNomad0 PhotoNomad0 released this 02 Aug 17:37
· 1 commit to electronite-v25.3.2-beta since this release

Install:

  • to install do npm i electronite@25.3.2-graphite or yarn add electronite@25.3.2-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run do xattr -r -d com.apple.quarantine <path_to_app>/electron.app
    • these are not Universal builds, but darwin-x64 will run on both Intel and Apple Silicon (using Rosetta). But darwin-arm64 will only run on Apple Silicon.