Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed May 2, 2022
1 parent 726de32 commit 774ae6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/phar.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class Installer
{
const RELEASE_TEMPLATE = 'https://phar.madelineproto.xyz/release%s?v=new';
const PHAR_TEMPLATE = 'https://phar.madelineproto.xyz/madeline%s.phar?v=%s';
const PHAR_TEMPLATE = 'https://github.com/danog/MadelineProto/releases/latest/download/madeline%s.phar?v=%s';

/**
* Phar lock instance.
Expand Down

0 comments on commit 774ae6d

Please sign in to comment.