![]() From discussions, it seems that it was pre-emptively added but not specifically requested by a customer. We can bring this back later if needed, or at least offer better options to clean it, but for now I'm pruning the IPC surface to reduce the amount of work needed for handling contextIsolation and sandboxing. |
||
---|---|---|
.. | ||
.github/workflows | ||
build | ||
docs | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.json | ||
CHANGELOG.md | ||
electron-builder.yml | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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 (with hot reload)
yarn dev
Caution
yarn dev
is currently not working (we'll fix soon). If you just want to build from source and use the generated binary, useyarn build
.
Or create a binary for your platform
yarn build
That's the gist of it. For more development related documentation, see docs.