Files
Ishiiruka/create_patch.bat
Jas Laferriere 61ac4d36e8 attempt to create patches with commit history
didn't end up working properly, was unable to apply the patch without errors
2020-03-09 14:42:32 -07:00

6 lines
227 B
Batchfile

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