Skip to content

Commit

Permalink
Electron v32.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lex-ibm committed Dec 7, 2024
1 parent 5f246d0 commit 944e679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-electron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -----------------------------------------------------------------------------
#
# Package : Electron
# Version : 32.2.6
# Version : 32.2.7
# Source repo : https://github.com/electron/electron
# Tested on : RHEL 8.10
# Language : C++
Expand All @@ -20,7 +20,7 @@

# shellcheck disable=SC2034
PACKAGE_NAME="electron"
PACKAGE_VERSION=${1:-"v32.2.6"}
PACKAGE_VERSION=${1:-"v32.2.7"}
PACKAGE_URL="https://github.com/electron/electron"

set -eux
Expand Down

0 comments on commit 944e679

Please sign in to comment.