Is it possible to include more files in the packaged
.app
? I made a mac os share extension that I would like to include in the packaged jetapck compose app on macos
Alex Styl
11/10/2022, 1:12 PM
still hacking with this., but i was able to do it by copying the. appex file to the app file before packaging it.
notarization fails but this is probably (i hope) due to not having set app groups
Alex Styl
11/11/2022, 4:57 AM
notarization fails because i add the appex file after signing. trying to find how to add the appex before the signing process (or how to do the signing myself)