GP-0: Fixing gradlew.bat spaces issue and making README.md more clear

This commit is contained in:
Ryan Kurtz
2026-03-16 07:59:02 -04:00
parent 41e625e0c1
commit c4e4681762
2 changed files with 5 additions and 3 deletions

2
gradlew.bat vendored
View File

@@ -85,7 +85,7 @@ if exist "%APP_HOME%\gradle-wrapper.jar" (
)
@rem Read application properties
for /f "tokens=1,2 delims==" %%g in (%GHIDRA_HOME%Ghidra\application.properties) DO (set %%g=%%h)
for /f "usebackq tokens=1,2 delims==" %%g in ("%GHIDRA_HOME%Ghidra\application.properties") DO (set %%g=%%h)
@rem Only proceed with wrapper if we are in single-repo PUBLIC/DEV mode
set PROCEED=1