Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build_template.json « cordova - github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cae9df37b6a0bb088ddb00523bdacd7497440745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "android": {
        "debug": {
            "keystore": "debug.keystore",
            "storePassword": "betaflight_debug",
            "alias": "betaflight_debug",
            "password": "password",
            "packageType": "apk"
        },
        "release": {
            "keystore": "bundle.keystore",
            "storePassword": "[INJECTED_BY_GULPFILE]",
            "alias": "betaflight",
            "password": "password",
            "packageType": "bundle"
        }
    }
}