Skip to content

Commit

Permalink
Fixed #651: Path to electron install dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Dec 8, 2023
1 parent 935923b commit 3153283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sealed trait ElectronInstall {
case ElectronInstall.Global => ""
case ElectronInstall.Version(version) => s""""electron": "${version}""""
case ElectronInstall.Latest => ""
case ElectronInstall.PathToExecutable(path) => path
case ElectronInstall.PathToExecutable(path) => ""
}

}
Expand Down

0 comments on commit 3153283

Please sign in to comment.