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:
parent
80e0bb5ba1
commit
e1bbd7c2c6
4 changed files with 35 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue