electron-bin: fix generated name in print-hashes script
This commit is contained in:
parent
6da5bbbe52
commit
069a804d32
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ headers="$(nix-prefetch-url "https://artifacts.electronjs.org/headers/dist/v${VE
|
|||
|
||||
# Entry similar to the following goes in default.nix:
|
||||
|
||||
echo " electron_${VERSION%%.*} = mkElectron \"${VERSION}\" {"
|
||||
echo " electron_${VERSION%%.*}-bin = mkElectron \"${VERSION}\" {"
|
||||
|
||||
for S in "${!SYSTEMS[@]}"; do
|
||||
hash="$(grep " *electron-v${VERSION}-${SYSTEMS[$S]}.zip$" "$hashfile"|cut -f1 -d' ' || :)"
|
||||
|
|
Loading…
Reference in a new issue