From 294e2424dcbb0cc5b792fe468290dcc17e3e026d Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Mon, 2 Dec 2024 20:07:47 -0500 Subject: [PATCH] Bump electron to 30 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d54f2b3..79d458f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An attempt at a native discord client for FreeBSD. ### Build Dependencies: ``` -pkg install electron29 +pkg install electron30 pkg install node20 pkg install npm-node20 electron.mk (/usr/ports/Mk/Uses/electron.mk)