aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Schneppe <kriztan@users.noreply.github.com>2017-03-27 12:33:21 +0200
committerGitHub <noreply@github.com>2017-03-27 12:33:21 +0200
commit286af7e2d68a9546203581c8227d4f5df8e7b22f (patch)
tree4ff426d8e8beae0a4547f58c8b4726c594017256 /.github
parent34bd036e3eb0038d81e71229e356875a486c5408 (diff)
Create FILE_LINK.php
Diffstat (limited to '.github')
-rw-r--r--.github/FILE_LINK.php5
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;
+?>