Fix HLS removal on windows

This commit is contained in:
Julian Ospald 2022-02-06 22:25:23 +01:00
parent b4e58478c3
commit d110d20879
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ rmMinorHLSSymlinks ver = do
hlsBins <- hlsAllBinaries ver
forM_ hlsBins $ \f -> do
let fullF = binDir </> f <> exeExt
let fullF = binDir </> f
lift $ logDebug ("rm -f " <> T.pack fullF)
-- on unix, this may be either a file (legacy) or a symlink
-- on windows, this is always a file... hence 'rmFile'