mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Merge remote-tracking branch 'origin/Ghidra_12.0'
This commit is contained in:
@@ -396,7 +396,10 @@ public class AppConfig {
|
||||
String userSettingsDirName = appName + "_" + applicationVersion + "_" +
|
||||
applicationReleaseName.replaceAll("\\s", "").toUpperCase();
|
||||
if (isDev) {
|
||||
userSettingsDirName += "_location_" + installDir.getParentFile().getName();
|
||||
String dirName = new File(installDir, "ghidra.repos.config").isFile()
|
||||
? installDir.getParentFile().getName()
|
||||
: installDir.getName();
|
||||
userSettingsDirName += "_location_" + dirName;
|
||||
}
|
||||
|
||||
// Ensure there is a user home directory (there definitely should be)
|
||||
|
||||
Reference in New Issue
Block a user