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

Binary file not shown.

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;

View File

@@ -21,7 +21,7 @@ Running Minat requires disabling Gatekeeper by running `sudo spctl --master-disa
## Changelog
http://git.profiteroles.org/profiteroles/Minat/src/branch/master/CHANGELOG.md
https://www.profiteroles.org/profiteroles/Minat/src/master/CHANGELOG.md
## Building from source