Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-14 20:10:05 +01:00
Move presource patches out of work/
I forgot we had a clean command in the paper util
Dieser Commit ist enthalten in:
Ursprung
8742efd44b
Commit
c682358624
@ -19,7 +19,7 @@ fi
|
||||
# apply patches directly to the file tree
|
||||
# used to fix issues from upstream source repos
|
||||
cd $basedir
|
||||
prepatchesdir="$workdir/pre-source-patches"
|
||||
prepatchesdir="$basedir/scripts/pre-source-patches"
|
||||
for file in $(ls $prepatchesdir)
|
||||
do
|
||||
if [ $file == "README.md" ]; then
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren