Unpin Electron version 35.x as the GTK crash issue has been resolved upstream.

This commit is contained in:
Pravesh Sharma
2025-08-22 11:32:58 +05:30
committed by GitHub
parent a5557b466c
commit 800fdce316
3 changed files with 1 additions and 4 deletions
-2
View File
@@ -140,8 +140,6 @@ _build_runtime() {
fi
ELECTRON_VERSION="$(npm info electron version)"
# Can't use the latest as it is not compatible with few OS versions.
ELECTRON_VERSION="35.4.0"
pushd "${BUILDROOT}" > /dev/null || exit
while true;do