Skip to content

Commit

Permalink
Update ravd.bat
Browse files Browse the repository at this point in the history
Fix wrong path to config.ini
  • Loading branch information
jorfao committed Nov 30, 2017
1 parent 33bc070 commit 32a4be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ravd.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if %errorlevel% == 0 (
echo Remount...
.\platform-tools\adb -s %emulatorname% remount

for /F "tokens=2*delims==" %%a IN ('findstr /R abi.type "%UserProfile%\.android\avd\%avd%\config.ini"') do SET arch=%%a
for /F "tokens=2*delims==" %%a IN ('findstr /R abi.type "%UserProfile%\.android\avd\%avd%.avd\config.ini"') do SET arch=%%a

IF "%arch%"=="x86" (SET sufile=x86\su.pie)
IF "%arch%"=="x64" (SET sufile=x64\su)
Expand Down

0 comments on commit 32a4be8

Please sign in to comment.