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 bc85150 commit 9ebca73Copy full SHA for 9ebca73
quickpkg
@@ -446,7 +446,7 @@ if __name__ == "__main__":
446
# copy found app to payload folder
447
app_name = os.path.basename(foundapps[0])
448
app_path = os.path.join(payload_path, app_name)
449
- shutil.copytree(foundapps[0], app_path)
+ shutil.copytree(foundapps[0], app_path, symlinks=True)
450
451
# extract version and other metadata
452
(app_name, app_identifier, app_version) = appNameAndVersion(app_path)
0 commit comments