diff --git a/.gitignore b/.gitignore index ce4e516fe..54ec1d57d 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,6 @@ SlippiPlayback.pdb SlippiPlayback.idb vc141.pdb vc141.idb -online.patch \ No newline at end of file +online.patch +online.zip +OnlinePatch/ \ No newline at end of file diff --git a/create_patch.bat b/create_patch.bat index 268984618..df2cbc314 100644 --- a/create_patch.bat +++ b/create_patch.bat @@ -1 +1,6 @@ -git diff slippi feature/online-support > online.patch \ No newline at end of file +git diff slippi feature/online-support > online.patch + +rm -rf OnlinePatch +git format-patch -o "OnlinePatch" --full-index origin/slippi..feature/online-support +rm -rf online.zip +powershell Compress-Archive OnlinePatch online.zip \ No newline at end of file