mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 587384 - Need an updater for Fennec on Android [r=rs, a=blocking-fennec]
This commit is contained in:
parent
d5a4b48ab6
commit
557b304725
@ -97,7 +97,11 @@ const KEY_UPDROOT = "UpdRootD";
|
||||
const DIR_UPDATES = "updates";
|
||||
const FILE_UPDATE_STATUS = "update.status";
|
||||
const FILE_UPDATE_VERSION = "update.version";
|
||||
#ifdef ANDROID
|
||||
const FILE_UPDATE_ARCHIVE = "update.apk";
|
||||
#else
|
||||
const FILE_UPDATE_ARCHIVE = "update.mar";
|
||||
#endif
|
||||
const FILE_UPDATE_LOG = "update.log"
|
||||
const FILE_UPDATES_DB = "updates.xml";
|
||||
const FILE_UPDATE_ACTIVE = "active-update.xml";
|
||||
|
Loading…
Reference in New Issue
Block a user