Home
last modified time | relevance | path

Searched refs:keystorePasswordPath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DEasDispatch.ts272 const keystorePasswordPath = path.join(releaseSecretsPath, 'android-keystore.password'); constant
292 keystorePassword: (await fs.readFile(keystorePasswordPath, 'utf-8')).trim(),