From f0e168cf689260131a5d6d31e1f25fe25e9c464f Mon Sep 17 00:00:00 2001 From: Bryan Everly Date: Fri, 10 Nov 2023 13:34:35 +0200 Subject: [PATCH] Added text to readme to specify how to build the webapp.asar file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f39e2cb..2b0af9d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ provide the `webapp` directory directly: ``` # Assuming you've checked out and built a copy of element-web in ../element-web ln -s ../element-web/webapp ./ +yarn asar-webapp # Builds the webapp.asar package ``` [TODO: add support for fetching develop builds, arbitrary URLs and arbitrary paths]