mirror of
https://github.com/project-slippi/Ishiiruka.git
synced 2025-10-05 16:02:53 +02:00
6 lines
227 B
Batchfile
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 |