Archiviert
12
0

Fix ViaBackwards & applyPatches

Dieser Commit ist enthalten in:
Lixfel 2021-06-09 06:51:40 +02:00
Ursprung f63d280895
Commit 45b51be1da
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen

5
Spigot/applyPatches.sh Normale Datei → Ausführbare Datei
Datei anzeigen

@ -1,6 +1,7 @@
#!/bin/sh
git apply --unsafe-paths --directory=../../Spigot/Spigot-Server SteamWar-Patches/*
cd ../../Spigot/Spigot-Server
git apply -v ../../SteamSpigot/Spigot/SteamWar-Patches/*
mvn package