fix: mise on windows

pull/28357/head
Daniel Dietzler 2026-05-11 20:13:55 +02:00
parent fb0a54d548
commit 8c864a0bec
No known key found for this signature in database
GPG Key ID: A1C0B97CD8E18DFF
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ java = "21.0.2"
[tools."github:CQLabs/homebrew-dcm"]
version = "1.37.0"
bin = "dcm"
postinstall = "chmod +x \"$MISE_TOOL_INSTALL_PATH/dcm\" || true"
postinstall = "chmod +x {{ get_env(name='MISE_TOOL_INSTALL_PATH',default='') }}/dcm"
[tools."github:jellyfin/jellyfin-ffmpeg"]
version = "7.1.3-6"