This commit is contained in:
parent
4bb0ca4a97
commit
6a2b1592fe
|
@ -30,11 +30,11 @@ if (versionCode == null || versionCode.length < 1 || versionStatus == null || ve
|
|||
}
|
||||
|
||||
try {
|
||||
const packageName = 'be.fiscalteam.nitro_trustee_mobile';
|
||||
const packageName = 'comptaplan.app';
|
||||
// const apkMime = 'application/vnd.android.package-archive';
|
||||
const apkMime = 'application/octet-stream';
|
||||
const apkFileStream = createReadStream(aabFilePath);
|
||||
const appName = `Nitro admin mobile`;
|
||||
const appName = `My comptaplan`;
|
||||
|
||||
const apiKeyFilePath: PathLike = process.env.GOOGLE_APPLICATION_CREDENTIALS;
|
||||
// Use GOOGLE_APPLICATION_CREDENTIALS to point to api key (json)
|
||||
|
|
Reference in New Issue
Block a user