Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixpkg: nodejs-electron11-bin
Launcher has used the wrong version of electron, fix it now
  • Loading branch information
zhullyb committed Mar 9, 2022
commit 2d10309a4ba2516564bbf1ace28a180c3193e089
2 changes: 1 addition & 1 deletion rpms/nodejs-electron11-bin/electron11-launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

name=electron9
name=electron11
flags_file="${XDG_CONFIG_HOME:-$HOME/.config}/${name}-flags.conf"

declare -a flags
Expand Down