chiark / gitweb /
Merge branch 'build-FPE-update-zip' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 7 Nov 2016 15:11:14 +0000 (15:11 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 7 Nov 2016 15:11:14 +0000 (15:11 +0000)
commitffb6c97deb426eb6559491f9a8567d2658c659f3
tree167251ff1d744fbaff6060e76a7f970ae1637c86
parent7dde16dd11171e8dd73af5d53a090238f4056426
parentfb0c824d3c560f6fe5ef422ad5c1a5696f19948c
Merge branch 'build-FPE-update-zip' into 'master'

Build Privileged Extension OTA update.zip using `fdroid build`

This allows `fdroid build` to build the OTA update ZIP file for F-Droid Privileged Extension, so that the official releases can be built and distributed via the normal F-Droid channels.   This is related to #233

Ultimately the client will also have to be updated to allow it to handle the non-APK files.

See merge request !181