mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
GP-6839: Always do "multi-platform" build
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user