From dc46790f11e09d3e3bde61443f234c6a585e583b Mon Sep 17 00:00:00 2001 From: relan Date: Sat, 29 Feb 2020 09:12:23 +0300 Subject: [PATCH] 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 Thus disable AUM. --- metadata/de.sensebox.blockly.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata/de.sensebox.blockly.yml b/metadata/de.sensebox.blockly.yml index de8bc8bee7..9f2fe6d340 100644 --- a/metadata/de.sensebox.blockly.yml +++ b/metadata/de.sensebox.blockly.yml @@ -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