Blink install error under Julia v1.0.2 on Windows

upgrade to Julia v1.0.2 yesterday; today was going to try out Blink…added it via pkg, then tried the second install step:

julia> Blink.AtomShell.install()

and I get this error:

ERROR: IOError: could not spawn 7z x electron-v2.0.5-win32-x64.zip -oatom: no
such file or directory (ENOENT)
Stacktrace:
[1] _jl_spawn(::String, ::Array{String,1}, ::Cmd, ::Tuple{RawFD,RawFD,RawFD}) a
t .\process.jl:367
[2] (::getfield(Base, Symbol(“##494#495”)){Cmd})(::Tuple{RawFD,RawFD,RawFD}) at
.\process.jl:509
[3] setup_stdio(::getfield(Base, Symbol(“##494#495”)){Cmd}, ::Tuple{RawFD,RawFD
,RawFD}) at .\process.jl:490
[4] #_spawn#493(::Nothing, ::Function, ::Cmd, ::Tuple{RawFD,RawFD,RawFD}) at .
process.jl:508
[5] _spawn at .\process.jl:504 [inlined]
[6] #run#504(::Bool, ::Function, ::Cmd) at .\process.jl:662
[7] run at .\process.jl:661 [inlined]
[8] (::getfield(Blink.AtomShell, Symbol(“##1#2”)))() at C:\Users\jort.julia\pa
ckages\Blink\vKGzM\src\AtomShell\install.jl:48
[9] cd(::getfield(Blink.AtomShell, Symbol(“##1#2”)), ::String) at .\file.jl:85
[10] install() at C:\Users\jort.julia\packages\Blink\vKGzM\src\AtomShell\insta
ll.jl:27
[11] top-level scope at none:0

Any advice greatly appreciated!

Found a similar issue here:

https://github.com/JunoLab/Blink.jl/issues/148

and adding Julia bin to my PATH fixed the problem.