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

View File

@@ -65,8 +65,10 @@ cd ghidra-master
repository: `git clone https://github.com/NationalSecurityAgency/ghidra.git`
##### Download additional build dependencies into source repository:
**NOTE:** If an Internet connection is available and you did not install Gradle, the following
`gradle` commands may be replaced with `./gradlew(.bat)`.
**NOTE:** If an Internet connection is available and you did not install Gradle, the
`./gradlew` (or `gradlew.bat`) command may be used in place of the `gradle` command in the following
instructions.
```
gradle -I gradle/support/fetchDependencies.gradle
```

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