1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 01:14:39 +01:00

Small fix

This commit is contained in:
Daniil Gentili 2021-12-25 13:13:24 +01:00
parent 3d5423137c
commit b7c2678ef3

View File

@ -22,7 +22,13 @@ echo "Latest tag: $TAG"
# Clean up
madelinePath=$PWD
sed 's/php-64bit/php/g' -i composer.json
k()
{
while :; do pkill -f "MadelineProto worker $(pwd)/tests/../testing.madeline" || break && sleep 1; done
}
k
rm -f madeline.phar testing.madeline*
git commit -am 'Temp'
git tag -d "90$TAG" || :
@ -98,11 +104,6 @@ n
}
}
k()
{
while :; do pkill -f "MadelineProto worker $(pwd)/tests/../testing.madeline" || break && sleep 1; done
}
reset()
{
sed 's|phar.madelineproto.xyz|empty.madelineproto.xyz|g;s|MADELINE_RELEASE_URL|disable|g' tools/phar.php > madeline.php