Skip to content

Electronite v21.3.3-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@PhotoNomad0 PhotoNomad0 released this 24 Dec 17:06
· 8 commits to electronite-v21.3.3-beta since this release

This is a test build of Electronite

Install:

  • to install do npm i electronite@21.3.3-graphite or yarn add electronite@21.3.3-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.