I’m finding I can’t release the next version of my...
# compose-desktop
s
I’m finding I can’t release the next version of my desktop app because certain files in library jars aren’t getting signed. I included the opencv library in the app, and files that don’t have extensions aren’t being signed, and
.so
files aren’t being signed. •
opencv-4.5.5-1.5.7-macosx-x86_64-a0d7ee8b1156d370a1c4e8b92fc4f799.jar/org/bytedeco/opencv/macosx-x86_64/opencv_interactive-calibration
opencv-4.5.5-1.5.7-macosx-x86_64-a0d7ee8b1156d370a1c4e8b92fc4f799.jar/org/bytedeco/opencv/macosx-x86_64/python/cv2.cpython-310-darwin.so
On a side note, if anyone knows of a better way to access the camera of a laptop in java than opencv, let me know 😄 What can I do to get these files signed, ideally by compose, the same way my other files are signed?