Skip to content
Snippets Groups Projects
Verified Commit d110d208 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix HLS removal on windows

parent b4e58478
No related branches found
No related tags found
No related merge requests found
Pipeline #47157 passed with warnings
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment