We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8e9f0 commit 0846be5Copy full SHA for 0846be5
release/YaguraExtension-v3.2.jar
0 Bytes
src/main/java/extend/util/external/BurpBrowser.java
@@ -178,10 +178,10 @@ public static boolean existsBrowseExtensionDirectory() {
178
*
179
**/
180
public static Path getBaseDirectory() {
181
- String exe4j = System.getProperty("exe4j.launchName");
+ String exe4j = System.getProperty("install4j.appDir");
182
if (exe4j != null) {
183
File execFile = new File(exe4j);
184
- return execFile.getParentFile().toPath();
+ return execFile.toPath();
185
}
186
URL burpJarUrl = BurpBrowser.class.getResource("/");
187
if (burpJarUrl != null) {
0 commit comments