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:
relan 2020-02-29 09:12:23 +03:00
parent d4303eddf9
commit dc46790f11

View file

@ -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