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 400bf78 commit 3338747Copy full SHA for 3338747
quickpkg
@@ -233,7 +233,7 @@ def attachdmg(dmgpath):
233
if "images" in info_dict.keys():
234
for y in info_dict["images"]:
235
if "image-path" in y.keys():
236
- if os.path.samefile(y["image-path"], dmgpath):
+ if y["image-path"] == dmgpath and os.path.samefile(y["image-path"], dmgpath):
237
for x in y.get("system-entities"):
238
if "mount-point" in x.keys():
239
volpaths.append(x["mount-point"])
0 commit comments