Home
last modified time | relevance | path

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

/expo/tools/src/versioning/android/
H A DjarFiles.ts21 const tarBall = path.join(buildDir, 'distributions', 'app.tar'); constant
22 assert(fs.existsSync(tarBall), `Expected ${tarBall} to exist`);
23 await spawnAsync('tar', ['-xf', tarBall, '-C', buildDir], {