This commit is contained in:
2019-09-30 00:20:03 -07:00
parent a78a22ce5f
commit 8699686cb2
5 changed files with 4 additions and 5 deletions

View File

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