From 2acb551f4b48d126a72a79f13b8d93e028a87265 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Tue, 12 Mar 2024 13:12:40 -0600 Subject: [PATCH] removed unecessary electron-rebuild steps (#439) --- BUILD.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/BUILD.md b/BUILD.md index 165489fa8..c78a571af 100644 --- a/BUILD.md +++ b/BUILD.md @@ -53,12 +53,6 @@ Install modules (we use yarn): yarn ``` -Electron also requires specific builds of node_modules to work (because Electron embeds a specific node.js version that might not match your development node.js version). We use a special electron command to cross-compile those modules: - -``` -scripthaus run electron-rebuild -``` - ## Running WebPack We use webpack to build both the React and Electron App Wrapper code. They are both run together using: