This commit is contained in:
2019-09-29 23:27:00 -07:00
parent 25abced9f5
commit e6e29bf7c6
9 changed files with 3 additions and 12474 deletions

View File

@@ -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");

File diff suppressed because it is too large Load Diff

BIN
bin/.DS_Store vendored

Binary file not shown.

BIN
bin/flac

Binary file not shown.

BIN
bin/lame

Binary file not shown.

Binary file not shown.

BIN
bin/sox

Binary file not shown.

1
current_version.txt Executable file
View File

@@ -0,0 +1 @@
0.1.8.0

View File

@@ -1 +0,0 @@
0.1.8