chore: 修复 justfile windows-shell 不正确的问题

This commit is contained in:
XcantloadX 2025-05-02 22:14:11 +08:00
parent 87c95664bc
commit 146d737866
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
set dotenv-load
set windows-shell := ["pwsh", "-c"]
set windows-shell := ["powershell", "-c"]
set shell := ["pwsh", "-c"]
shebang_pwsh := if os() == 'windows' {