Skip to content

Commit 24221b0

Browse files
committed
dmgs now work again
1 parent d4c2be6 commit 24221b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quickpkg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ if __name__ == "__main__":
414414
# if item is a dmg, mount it and find useful contents
415415
if item_extension == 'dmg':
416416
dmgvolumepaths = attachdmg(item_path)
417+
copy_app=True
417418
for x in dmgvolumepaths:
418419
moreapps = finditemswithextension(x, 'app')
419420
foundapps.extend(moreapps)

0 commit comments

Comments
 (0)