mirror of
https://github.com/project-slippi/Ishiiruka.git
synced 2025-10-06 00:12:42 +02:00
attempt to create patches with commit history
didn't end up working properly, was unable to apply the patch without errors
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -63,4 +63,6 @@ SlippiPlayback.pdb
|
|||||||
SlippiPlayback.idb
|
SlippiPlayback.idb
|
||||||
vc141.pdb
|
vc141.pdb
|
||||||
vc141.idb
|
vc141.idb
|
||||||
online.patch
|
online.patch
|
||||||
|
online.zip
|
||||||
|
OnlinePatch/
|
@@ -1 +1,6 @@
|
|||||||
git diff slippi feature/online-support > online.patch
|
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
|
Reference in New Issue
Block a user