From 2427e3eddead524e7a90528057b667e5e1e2d45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E5=A4=A7=E4=BA=BA?= Date: Tue, 4 Aug 2026 17:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ps1/patch.ps1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ps1/patch.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ps1/patch.ps1 diff --git a/ps1/patch.ps1 b/ps1/patch.ps1 new file mode 100644 index 0000000..be38988 --- /dev/null +++ b/ps1/patch.ps1 @@ -0,0 +1,4 @@ +[Console]::OutputEncoding = [System.Text.Encoding]::UTF8 + +git diff --cached --binary -- . ':!Packages/' ':!ProjectSettings/' > mypatch.patch +exit $LASTEXITCODE