nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/Ghidra/RuntimeScripts/Common/support/buildExtension.gradle b/Ghidra/RuntimeScripts/Common/support/buildExtension.gradle
2index bc194f219..94b00fabd 100644
3--- a/Ghidra/RuntimeScripts/Common/support/buildExtension.gradle
4+++ b/Ghidra/RuntimeScripts/Common/support/buildExtension.gradle
5@@ -82,7 +82,7 @@ dependencies {
6 helpPath fileTree(dir: ghidraDir + '/Features/Base', include: "**/Base.jar")
7 }
8
9-def ZIP_NAME_PREFIX = "${DISTRO_PREFIX}_${RELEASE_NAME}_${getCurrentDate()}"
10+def ZIP_NAME_PREFIX = "${DISTRO_PREFIX}_${RELEASE_NAME}"
11 def DISTRIBUTION_DIR = file("dist")
12
13 def pathInZip = "${project.name}"
14diff --git a/gradle/root/distribution.gradle b/gradle/root/distribution.gradle
15index f44c8267b..f6231c417 100644
16--- a/gradle/root/distribution.gradle
17+++ b/gradle/root/distribution.gradle
18@@ -32,7 +32,7 @@ apply from: "$rootProject.projectDir/gradle/support/sbom.gradle"
19 def currentPlatform = getCurrentPlatformName()
20 def PROJECT_DIR = file (rootProject.projectDir.absolutePath)
21 ext.DISTRIBUTION_DIR = file("$buildDir/dist")
22-ext.ZIP_NAME_PREFIX = "${rootProject.DISTRO_PREFIX}_${rootProject.BUILD_DATE_SHORT}"
23+ext.ZIP_NAME_PREFIX = "${rootProject.DISTRO_PREFIX}"
24 ext.ZIP_DIR_PREFIX = "${rootProject.DISTRO_PREFIX}"
25 ext.ALL_REPOS = [rootProject.file('.').getName()]
26