fix(linux): update electron to avoid crash on 16k page size (#2271)

This commit is contained in:
Baptiste Augrain
2025-03-18 19:47:00 +01:00
committed by GitHub
parent bc784e7823
commit b63c8404c3
5 changed files with 219 additions and 194 deletions

View File

@@ -38,7 +38,7 @@ else
fi
if [[ -f "${FILE}" ]]; then
git apply --reject "${FILE}"
git apply --reject "${FILE}" || true
fi
read -rp "Press any key when the conflict have been resolved..." -n1 -s