This commit is contained in:
2019-09-27 01:51:03 -07:00
parent 862af085c5
commit 79245e937c
3 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ switch (@$argv[0]) {
$curr_version = file_get_contents("https://www.profiteroles.org/git/profiteroles/Minat/raw/master/version.txt");
if ($curr_version > $version) {
if(askMulti("Minat ".$curr_version." is available (you have ".$version.")", array("Cancel","Download")) == 1) {
exec("open http://www.profiteroles.org/git/profiteroles/Minat");
exec("open https://www.profiteroles.org/git/profiteroles/Minat");
echo "QUITAPP\n";
} else {
die;