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 d4c2be6 commit 24221b0Copy full SHA for 24221b0
quickpkg
@@ -414,6 +414,7 @@ if __name__ == "__main__":
414
# if item is a dmg, mount it and find useful contents
415
if item_extension == 'dmg':
416
dmgvolumepaths = attachdmg(item_path)
417
+ copy_app=True
418
for x in dmgvolumepaths:
419
moreapps = finditemswithextension(x, 'app')
420
foundapps.extend(moreapps)
0 commit comments