kuiperzone / PupNet-Deploy

PupNet Deploy is a cross-platform deployment utility which packages your .NET project as a ready-to-ship installation file in a single step.
GNU Affero General Public License v3.0
183 stars 6 forks source link

Is there a way to include libssl #39

Open baltuonis opened 2 months ago

baltuonis commented 2 months ago

I have to deploy on a very old system (Ubuntu 14).

I'm getting this error: Cannot get required symbol SSL_set_alpn_protos from libssl

Is there a way to include libssl with appimage package?