diff --git a/README.md b/README.md index 687f4cf..c55b5f3 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ ## Screenshots - - + + ## Notes diff --git a/Rollup.app.zip b/Rollup.app.zip index 09a20e0..e46b1fd 100644 Binary files a/Rollup.app.zip and b/Rollup.app.zip differ diff --git a/Rollup.php b/Rollup.php index ac1bfdd..ad5a726 100755 --- a/Rollup.php +++ b/Rollup.php @@ -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; diff --git a/generate_default_prefs.sh b/generate_default_prefs.sh index f73b847..9256da4 100755 --- a/generate_default_prefs.sh +++ b/generate_default_prefs.sh @@ -4,7 +4,6 @@ $p['allowed'] = array("jpg","jpeg","png","mov","mp4","m4v","dng","heic"); $p['limit'] = 2000; $p['maxlength'] = 30; -$p['review'] = 1; $p['pt'] = "%DTO_%MODEL_%PLACE_%SW_%FILE.%EXT"; $p['vt'] = "%DTO_%DUR_%PLACE_%SW_%FILE.%EXT"; $p['key'] = ""; diff --git a/prefs.php b/prefs.php index 9496dd7..d25048c 100644 --- a/prefs.php +++ b/prefs.php @@ -1 +1 @@ -a:8:{s:7:"allowed";a:8:{i:0;s:3:"jpg";i:1;s:4:"jpeg";i:2;s:3:"png";i:3;s:3:"mov";i:4;s:3:"mp4";i:5;s:3:"m4v";i:6;s:3:"dng";i:7;s:4:"heic";}s:5:"limit";i:2000;s:9:"maxlength";i:30;s:6:"review";i:1;s:2:"pt";s:33:"%DTO_%MODEL_%PLACE_%SW_%FILE.%EXT";s:2:"vt";s:31:"%DTO_%DUR_%PLACE_%SW_%FILE.%EXT";s:3:"key";s:0:"";s:7:"dry_run";i:1;} \ No newline at end of file +a:7:{s:7:"allowed";a:8:{i:0;s:3:"jpg";i:1;s:4:"jpeg";i:2;s:3:"png";i:3;s:3:"mov";i:4;s:3:"mp4";i:5;s:3:"m4v";i:6;s:3:"dng";i:7;s:4:"heic";}s:5:"limit";i:2000;s:9:"maxlength";i:30;s:2:"pt";s:33:"%DTO_%MODEL_%PLACE_%SW_%FILE.%EXT";s:2:"vt";s:31:"%DTO_%DUR_%PLACE_%SW_%FILE.%EXT";s:3:"key";s:0:"";s:7:"dry_run";i:1;} \ No newline at end of file