Fix HLS removal on windows
This commit is contained in:
parent
b4e58478c3
commit
d110d20879
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user