File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44
55### Fixes
66
7+ - Make Windows installer check if previous Daedalus is running ([ PR 3141] ( https://github.com/input-output-hk/daedalus/pull/3141 ) )
78- Fixed out-of-memory errors on https://ci.iog.io ([ PR 3145] ( https://github.com/input-output-hk/daedalus/pull/3145 ) )
89
910## 5.3.0
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
201201 Development.NSIS. & " )..."
202202 )
203203 lockfileDeleted @= true
204- onError (delete [] (str $ " $APPDATA\\ $InstallDir\\ " ++ T. unpack uglyName ++ " _lockfile" )) $ do
204+ onError (delete [] (fromString $ " $APPDATA\\ $InstallDir\\ " ++ T. unpack uglyName ++ " _lockfile" )) $ do
205205 lockfileDeleted @= false
206206 iff_ (not_ lockfileDeleted) $ do
207207 sleep 1000 -- milliseconds
You can’t perform that action at this time.
0 commit comments