diff --git a/Minat.app.zip b/Minat.app.zip index 2cf9049..c49fed8 100644 Binary files a/Minat.app.zip and b/Minat.app.zip differ diff --git a/Minat.php b/Minat.php index a0f45cc..bf94092 100755 --- a/Minat.php +++ b/Minat.php @@ -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; diff --git a/README.md b/README.md index 6a08ba6..1438ad5 100644 --- a/README.md +++ b/README.md @@ -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