We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2772978 commit 1b4ac23Copy full SHA for 1b4ac23
installers/common/WindowsInstaller.hs
@@ -201,7 +201,7 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
201
Development.NSIS.& ")..."
202
)
203
lockfileDeleted @= true
204
- onError (delete [] (str $ "$APPDATA\\$InstallDir\\" ++ T.unpack uglyName ++ "_lockfile")) $ do
+ onError (delete [] (fromString $ "$APPDATA\\$InstallDir\\" ++ T.unpack uglyName ++ "_lockfile")) $ do
205
lockfileDeleted @= false
206
iff_ (not_ lockfileDeleted) $ do
207
sleep 1000 -- milliseconds
0 commit comments