GP-6839: Always do "multi-platform" build

This commit is contained in:
Ryan Kurtz
2026-05-29 04:52:58 -04:00
parent fbbc4affe5
commit 9311d06922
60 changed files with 74 additions and 123 deletions

View File

@@ -373,7 +373,7 @@ public class AppConfig {
// Get the required launch properties file
File launchPropertiesFile = new File(installDir,
(isDev ? "Ghidra/RuntimeScripts/Common/" : "") + "support/" + LAUNCH_PROPERTIES_NAME);
(isDev ? "Ghidra/RuntimeScripts/" : "") + "support/" + LAUNCH_PROPERTIES_NAME);
if (!launchPropertiesFile.isFile()) {
throw new FileNotFoundException(
"Launch properties file does not exist: " + launchPropertiesFile);