Update electron to 24.2.0

This commit is contained in:
Fedor Indutny 2023-05-10 12:58:35 -07:00 committed by GitHub
parent 9ad9b4da0f
commit 48545d6a83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 41 additions and 35 deletions

View file

@ -10,7 +10,7 @@ ManifestDPIAware true
Var /Global OLD_SIGNAL_VERSION
# Check minimum OS version
${IfNot} ${AtLeastWin7}
${IfNot} ${AtLeastWin10}
MessageBox MB_OK|MB_ICONEXCLAMATION "$(signalMinWinVersionErr)"
DetailPrint `Windows version check failed`
Abort