0.1.8.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Minat
|
||||
// Minat Is Not a Transcoder
|
||||
|
||||
$version = file_get_contents(__DIR__."/version.txt");
|
||||
$version = file_get_contents(__DIR__."/current_version.txt");
|
||||
|
||||
// Includes
|
||||
|
||||
@@ -70,7 +70,7 @@ switch (@$argv[0]) {
|
||||
exec("open -n Console.app --args ".$p['logfile']);
|
||||
die;
|
||||
case "Check for Updates...":
|
||||
$curr_version = file_get_contents("https://www.profiteroles.org/git/profiteroles/Minat/raw/master/version.txt");
|
||||
$curr_version = file_get_contents("https://www.profiteroles.org/git/profiteroles/Minat/raw/master/current_version.txt");
|
||||
if ($curr_version > $version) {
|
||||
if(askMulti("Minat ".$curr_version." is available (you have ".$version.")", array("Cancel","Download")) == 1) {
|
||||
exec("open https://www.profiteroles.org/git/profiteroles/Minat");
|
||||
|
||||
Reference in New Issue
Block a user