Files
Ishiiruka/create_patch.bat

6 lines
227 B
Batchfile
Raw Permalink Normal View History

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