CI failures since updating Electron building (and Electron): • packaging platform=darwin arch=arm64 electron=34.0.0 appOutDir=dist/mac-universal-arm64-temp • packaging platform=darwin arch=universal electron=34.0.0 appOutDir=dist/mac-universal ⨯ pattern is too long failedTask=build stackTrace=TypeError: pattern is too long
Desktop app for Ente Photos
The sweetness of Ente Photos, right on your computer. Linux, Windows and macOS.
You can download a pre-built binary from releases.
To know more about Ente, see our main README or visit ente.io.
Building from source
Fetch submodules
git submodule update --init --recursive
Install dependencies
yarn install
Run in development mode (supports hot reload for the renderer process)
yarn dev
Or create a binary for your platform
yarn build
That's the gist of it. For more development related documentation, see docs.