Added build instructions

This commit is contained in:
Tim Speckhals 2018-11-11 16:12:46 +01:00
parent c2aa97d586
commit ed6031c4fe
No known key found for this signature in database
GPG Key ID: A62ADB92F7ADEEB6
2 changed files with 7 additions and 1 deletions

View File

@ -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) - [Get the Extension for Chrome and/or Firefox.](https://universal-bypass.org)
- [Help translate Universal Bypass on Crowdin.](https://crowdin.com/project/bypass) - [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`

View File

@ -63,7 +63,7 @@ foreach($index as $fn)
$firefox->addFromString($fn, $cont); $firefox->addFromString($fn, $cont);
unset($cont); unset($cont);
} }
else else if($fn != "_build.php")
{ {
$chrome->addFile($fn, $fn); $chrome->addFile($fn, $fn);
$firefox->addFile($fn, $fn); $firefox->addFile($fn, $fn);