This commit is contained in:
2019-08-30 15:14:43 -07:00
parent 1ed3f0b85c
commit fc0c720e34

View File

@@ -46,7 +46,7 @@ if (@$argv[1] == "Preferences...") {
if (@$argv[1] == "Check for Updates...") {
$curr_version = file_get_contents("http://git.profiteroles.org/profiteroles/Yuba/raw/branch/master/version.txt");
$curr_version = file_get_contents("https://www.profiteroles.org/git/profiteroles/Yuba/raw/branch/master/version.txt");
if ($curr_version > $version) {
if(askMulti("Yuba ".$curr_version." is available (you have ".$version.")", array("Cancel","Download")) == 1) {
exec("open http://git.profiteroles.org/profiteroles/Yuba");