fix(rocks): windows

This commit is contained in:
Folke Lemaitre 2024-06-25 15:44:13 +02:00
parent 7d3f69104f
commit 4ca3e9aa51
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 0 additions and 3 deletions

View File

@ -51,9 +51,6 @@ end
---@param bin string
function M.hererocks.bin(bin)
local hererocks = Config.options.rocks.root .. "/hererocks/bin"
if Util.is_win then
bin = bin .. ".bat"
end
return Util.norm(hererocks .. "/" .. bin)
end