1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

Fix release script

This commit is contained in:
Laurent Cozic 2019-06-19 15:04:46 +01:00
parent 860d2fd7f5
commit 478b8f00d8

View File

@ -92,7 +92,7 @@ async function main() {
console.info('');
console.info('cd "' + wslToWinPath(rootDir) + '\\ReactNativeClient\\android" && gradlew.bat ' + apkBuildCmd + '"');
console.info('');
readline('Press Enter when done:');
await readline('Press Enter when done:');
apkBuildCmd = ''; // Clear the command because we've already ran it
// apkBuildCmd = '/mnt/c/Windows/System32/cmd.exe /c "cd ReactNativeClient\\android && gradlew.bat ' + apkBuildCmd + '"';