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");
|
||||
|
||||
12471
Parallel/parallel
12471
Parallel/parallel
File diff suppressed because it is too large
Load Diff
BIN
bin/.DS_Store
vendored
BIN
bin/.DS_Store
vendored
Binary file not shown.
BIN
bin/metaflac
BIN
bin/metaflac
Binary file not shown.
1
current_version.txt
Executable file
1
current_version.txt
Executable file
@@ -0,0 +1 @@
|
||||
0.1.8.0
|
||||
@@ -1 +0,0 @@
|
||||
0.1.8
|
||||
Reference in New Issue
Block a user