添加 ps1/patch.ps1

This commit is contained in:
Hao
2026-08-04 17:16:04 +08:00
parent 623151d787
commit 2427e3edde
+4
View File
@@ -0,0 +1,4 @@
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
git diff --cached --binary -- . ':!Packages/' ':!ProjectSettings/' > mypatch.patch
exit $LASTEXITCODE