mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-11 22:56:21 +00:00
Blockly for senseBox: fix UCD and disable AUM
The version code pattern comes first in the UpdateCheckData string. This
patch fixes new versions discovery, but 1.1.4 fails to build with
error cb() never called!
error This is an error with npm itself. Please report this error at:
error <https://github.com/npm/npm/issues>
Thus disable AUM.
This commit is contained in:
parent
d4303eddf9
commit
dc46790f11
1 changed files with 4 additions and 4 deletions
|
|
@ -36,9 +36,9 @@ Builds:
|
|||
|
||||
MaintainerNotes: This is an Ionic 3 / Cordova app, built from source.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckIgnore: alpha
|
||||
UpdateCheckData: https://raw.githubusercontent.com/sensebox/blockly-app/master/config.xml|version=\"([^\"]+)\"|https://raw.githubusercontent.com/sensebox/blockly-app/master/config.xml|android-versionCode=\"([^\"]+)\"
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 10102
|
||||
UpdateCheckData: https://raw.githubusercontent.com/sensebox/blockly-app/master/config.xml|android-versionCode=\"([^\"]+)\"|https://raw.githubusercontent.com/sensebox/blockly-app/master/config.xml|version=\"([^\"]+)\"
|
||||
CurrentVersion: 1.1.4
|
||||
CurrentVersionCode: 10104
|
||||
|
|
|
|||
Loading…
Reference in a new issue