leozide / leocad

A CAD application for creating virtual LEGO models
https://www.leocad.org
2.49k stars 211 forks source link

Fix AppImage SSL/TLS certificate issue #954

Closed app4soft closed 1 week ago

app4soft commented 2 weeks ago

This is a fix for #899 and #835 issues.

Reference:

trevorsandy commented 1 week ago

The only necessary modification to the LeoCAD appveyor.yml is to copy your AppRun script to the AppDir folder before calling linuxdeployqt. The cat content will be the AppRun script file. See https://github.com/probonopd/linuxdeployqt/issues/621#issuecomment-2466658846 for more details.

- cp tools/setup/AppRun AppDir

Cheers,

leozide commented 1 week ago

Thanks for tracking this down, I've checked in a fix that works a little better than this PR.