autopkg / hjuutilainen-recipes

Recipes for AutoPkg
MIT License
49 stars 74 forks source link

PyCharmEdu.munki recipes failing #240

Closed eshirk closed 1 year ago

eshirk commented 1 year ago

We're seeing the following with both our intel and arm64 PycharmEdu recipe overrides:

pycharmedu_arm64.munki.recipe Error in local.munki.PyCharmEdu_arm64: Processor: CodeSignatureVerifier: Error: Error processing path '/private/tmp/dmg.AA8nIe/PyCharm Edu.app' with glob.

hjuutilainen commented 1 year ago

It seems that the latest version downloaded by the recipe is a pre-release version which has a version number in the app name (PyCharm Edu 2022.2.1 RC.app). I get the same pre-release version if I go to their site and manually download the latest version so no changes need to be done for the recipe. We need to wait for JetBrains to fix their downloads.

eshirk commented 1 year ago

Sounds good--thank you very much for investigating.

eshirk commented 1 year ago

Looks like the download issue is resolved.