mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Added build for Android Play store bundle.
This commit is contained in:
parent
f0bc8219c8
commit
9f0ccee463
11 changed files with 1232 additions and 311 deletions
|
@ -22,7 +22,7 @@ function useGlobalNodeFunctions() {
|
|||
}
|
||||
|
||||
function readConfiguratorVersionMetadata() {
|
||||
let manifest = chrome.runtime.getManifest();
|
||||
const manifest = chrome.runtime.getManifest();
|
||||
CONFIGURATOR.productName = manifest.productName;
|
||||
CONFIGURATOR.version = manifest.version;
|
||||
CONFIGURATOR.gitRevision = manifest.gitRevision;
|
||||
|
@ -30,6 +30,7 @@ function readConfiguratorVersionMetadata() {
|
|||
|
||||
function appReady() {
|
||||
readConfiguratorVersionMetadata();
|
||||
|
||||
i18n.init(function() {
|
||||
startProcess();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue