PhotoNomad0
released this
02 Aug 17:37
·
1 commit
to electronite-v25.3.2-beta
since this release
Install:
- to install do
npm i [email protected]
oryarn add [email protected]
- then replace usages of
require("electron")
in your javascript code withrequire("electronite")
Summary:
-
based on Electron 25.3.2 patched with Graphite Font support.
-
summary of Electron versions: https://en.wikipedia.org/wiki/Electron_(software_framework)
-
list of breaking changes in newer electron versions: https://www.electronjs.org/docs/latest/breaking-changes#removed-remote-module
-
Build notes: Build this Release
-
Companion Projects:
- Command line installer for Electronite: https://github.com/unfoldingWord-dev/electronite-cli
- Electronite Packager: https://github.com/unfoldingWord-box3/electronite-packager
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.
- 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