From 17e5c415c6e01f85573d0624a4f2ced298b002b6 Mon Sep 17 00:00:00 2001 From: bigjakk Date: Mon, 30 Mar 2026 14:59:53 +0000 Subject: [PATCH] Update README with Linux x64 download Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d98a63..c5a2c50 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,11 @@ Pre-built patched binaries are available on the [Releases page](https://gitea.cr ### Linux x64 -Linux binaries can be built from source using the same patch -- see [`BUILD-GUIDE.md`](BUILD-GUIDE.md) for full instructions. The patch is platform-agnostic (pure Chromium C++) and applies identically on Linux. +| File | Electron Version | Size | +|------|-----------------|------| +| `electron-v43.0.0-nightly-release-patched-linux-x64.zip` | v43.0.0-nightly | 113MB | -All builds are full release builds (`is_official_build = true`) with maximum optimizations. +All builds are full release builds (`is_official_build = true`) with maximum optimizations. Additional versions can be built from source -- see [`BUILD-GUIDE.md`](BUILD-GUIDE.md). ## The Problem