blob: 5e98cce3049d30daf8f8073b8806c39ebea46135 (
plain)
1
2
3
4
5
6
7
8
9
|
Online update implementation based on Mozilla's MAR format + update mechanism
Parts of this code are copied from the mozilla repository, and adapted to
LibreOffice needs:
firefox/modules/libmar -> onlineupdate/source/libmar
firefox/toolkit/mozapps/update -> onlineupdate/source/update
The source/service directory contains the code for the silent windows updater that avoids the repeated administrator check for an update.
|