crabnebula-dev / cargo-packager

Rust executable packager, bundler and updater.
Apache License 2.0
194 stars 13 forks source link

Codesigning broke #222

Open MatthiasGrandl opened 2 months ago

MatthiasGrandl commented 2 months ago

Hi there and thanks for the great tool. I have been using it to package and notarize Loungy , but somehow suddenly codesigning broke.

ERROR Failed to run codesign utility: File exists (os error 17)

Not sure how to debug this. Would appreciate any pointers :)

https://github.com/MatthiasGrandl/Loungy/actions/runs/8936082856/job/24545757123

lucasfernog-crabnebula commented 2 months ago

can you run the packager with verbose output? cargo packager --release -vvv maybe we can get more information about it

MatthiasGrandl commented 2 months ago

packager-dump.txt

here you go and thanks for looking into this!