Skip to content

Commit 1b4ac23

Browse files
committed
[DDW-1226] Make Windows installer check if previous Daedalus is running
1 parent 2772978 commit 1b4ac23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/common/WindowsInstaller.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)