mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
GP-0: Fixing gradlew.bat spaces issue and making README.md more clear
This commit is contained in:
@@ -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
2
gradlew.bat
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user