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