Skip to content

Commit 0846be5

Browse files
author
isayan
committed
OpenBrowerのMac考慮
1 parent 7c8e9f0 commit 0846be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/YaguraExtension-v3.2.jar

0 Bytes
Binary file not shown.

src/main/java/extend/util/external/BurpBrowser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ public static boolean existsBrowseExtensionDirectory() {
178178
*
179179
**/
180180
public static Path getBaseDirectory() {
181-
String exe4j = System.getProperty("exe4j.launchName");
181+
String exe4j = System.getProperty("install4j.appDir");
182182
if (exe4j != null) {
183183
File execFile = new File(exe4j);
184-
return execFile.getParentFile().toPath();
184+
return execFile.toPath();
185185
}
186186
URL burpJarUrl = BurpBrowser.class.getResource("/");
187187
if (burpJarUrl != null) {

0 commit comments

Comments
 (0)