Added build instructions
This commit is contained in:
parent
c2aa97d586
commit
ed6031c4fe
@ -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`
|
||||||
|
@ -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);
|
Loading…
x
Reference in New Issue
Block a user