1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00

Fix Chrome issues with SemVer RC version.

This commit is contained in:
mikeller 2017-11-25 13:14:56 +13:00
parent 80e0bb5ba1
commit e1bbd7c2c6
4 changed files with 35 additions and 8 deletions

View file

@ -5,7 +5,7 @@
function configuration_backup(callback) {
var activeProfile = null;
var version = chrome.runtime.getManifest().version;
var version = getManifestVersion();
if (version.indexOf(".") === -1) {
version = version + ".0.0";