From ed6031c4fe20ac87e89e0095e73aef8be7c99c6f Mon Sep 17 00:00:00 2001 From: Tim Speckhals Date: Sun, 11 Nov 2018 16:12:46 +0100 Subject: [PATCH] Added build instructions --- README.md | 6 ++++++ .build.php => _build.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) rename .build.php => _build.php (98%) diff --git a/README.md b/README.md index ed7e1c4..dcdc56f 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ Don't waste your time with compliance. Universal Bypass automatically skips anno - [Get the Extension for Chrome and/or Firefox.](https://universal-bypass.org) - [Help translate Universal Bypass on Crowdin.](https://crowdin.com/project/bypass) + +## Building Universal Bypass + +Build Requirements: PHP-CLI — I use PHP 7.2.6 but 5.x should be fine as well + +1. Run `_build.php` diff --git a/.build.php b/_build.php similarity index 98% rename from .build.php rename to _build.php index e3bc218..60b1d50 100644 --- a/.build.php +++ b/_build.php @@ -63,7 +63,7 @@ foreach($index as $fn) $firefox->addFromString($fn, $cont); unset($cont); } - else + else if($fn != "_build.php") { $chrome->addFile($fn, $fn); $firefox->addFile($fn, $fn);