23 lines
538 B
Plaintext
23 lines
538 B
Plaintext
patcher is a tool to generate updates for Mozilla based products.
|
|
|
|
Run ./patcher2.pl --help for usage info.
|
|
|
|
Features:
|
|
|
|
* download complete updates
|
|
* generate partial patches
|
|
* generate configuration files for AUS (Automatic Update Service)
|
|
|
|
Requires:
|
|
|
|
* MozBuild package (from mozilla/tools/build/MozBuild)
|
|
* Config::General
|
|
* wget
|
|
|
|
Patcher is only supported on Linux right now.
|
|
|
|
Troubleshooting:
|
|
|
|
* "Can't use an undefined value as a HASH reference at MozAUSConfig.pm line 236."
|
|
Make sure that "--app" is specified on the command line.
|