diff options
author | Christian Schneppe <kriztan@users.noreply.github.com> | 2017-03-27 12:33:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 12:33:21 +0200 |
commit | 286af7e2d68a9546203581c8227d4f5df8e7b22f (patch) | |
tree | 4ff426d8e8beae0a4547f58c8b4726c594017256 /.github/FILE_LINK.php | |
parent | 34bd036e3eb0038d81e71229e356875a486c5408 (diff) |
Create FILE_LINK.php
Diffstat (limited to '')
-rw-r--r-- | .github/FILE_LINK.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/FILE_LINK.php b/.github/FILE_LINK.php new file mode 100644 index 000000000..4d7ebb244 --- /dev/null +++ b/.github/FILE_LINK.php @@ -0,0 +1,5 @@ +<?php +$json = file_get_contents('https://api.github.com/repos/kriztan/Pix-Art-Messenger/releases/latest'); +$data = json_decode($json); +echo $data->assets[0]->browser_download_url; +?> |