Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A DdownloadAppAsync.ts73 const tmpPath = temporary.file({ name: path.basename(outputPath) }); constant
74 await downloadAsync({ url, outputPath: tmpPath, cacheDirectory, onProgress });
75 debug(`Extracting ${tmpPath} to ${outputPath}`);
77 await extractAsync(tmpPath, outputPath);