Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pabx06 committed Sep 27, 2020
1 parent f7e3334 commit e6f8cb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

### how to
1. Download a release
⋅⋅* [commit 0cdc722921cef61b7ca1b7236bdc21079fd4c03e](https://github.com/NationalSecurityAgency/ghidra/commit/0cdc722921cef61b7ca1b7236bdc21079fd4c03e) [v1.0.3](https://github.com/pabx06/buildghidra/releases/tag/v1.0.3)
⋅⋅* [commit 7e5f015d651b9c5e7825cb10bc50338b5af67538](https://github.com/NationalSecurityAgency/ghidra/commit/7e5f015d651b9c5e7825cb10bc50338b5af67538) [v1.0.2](https://github.com/pabx06/buildghidra/releases/tag/v1.0.2)

2. Patch if not already done `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser.tcd` to `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser_dark_night.tcd` with [ghidra_darknight](https://github.com/elliiot/ghidra_darknight)
⋅⋅* [v1.0.3](https://github.com/pabx06/buildghidra/releases/tag/v1.0.3) ghidra 0cdc722921cef61b7ca1b7236bdc21079fd4c03e
⋅⋅* [v1.0.2](https://github.com/pabx06/buildghidra/releases/tag/v1.0.2) ghidra 7e5f015d651b9c5e7825cb10bc50338b5af67538
2. Patch _code_browser.tcd if not already done `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser.tcd` to `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser_dark_night.tcd` with [ghidra_darknight](https://github.com/elliiot/ghidra_darknight)
1 change: 1 addition & 0 deletions scripts/tagit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ read TAG
echo "will tag to ${TAG}"
DATE=$(date --iso-8601)
git tag -a "${TAG}" -m "${DATE}"
git push
git push --tags

0 comments on commit e6f8cb5

Please sign in to comment.