0.1.8
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user