You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ghidra-publish.sh
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ rm -rf build
38
38
# setting the release.name in application.properties, a.k.a. minor version to include a git sha and the current date - we will revert this after the build
39
39
sed -i s/__RELEASE_NAME__/${MINOR_VERSION}/ Ghidra/application.properties
40
40
41
-
# build ghidra (we'll check and handle the exit code further down in case it fails...)
0 commit comments