From 146d73786609d5f1f7fee5082ba63b15fad04706 Mon Sep 17 00:00:00 2001 From: XcantloadX <3188996979@qq.com> Date: Fri, 2 May 2025 22:14:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=20justfile=20window?= =?UTF-8?q?s-shell=20=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 922b6b3..5667456 100644 --- a/justfile +++ b/justfile @@ -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' {