antony-jr / updatedeployqt

A simple and powerful tool to deploy auto update for qt applications with a single command. Programming Language Independent.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Bundle lib%sBridge.so and libqxcb.so in the updatedeployqt AppImage #6

Closed probonopd closed 5 years ago

probonopd commented 5 years ago

Please bundle all versions of lib%sBridge.so and libqxcb.so in the updatedeployqt AppImage rather than downloading them at runtime. Some build systems (e.g., https://build.opensuse.org/) do not allow accessing the internet at AppImage build time. So the current solution would not work there at all.

antony-jr commented 5 years ago

This was a good decision, The binary size is now only 600 KiB(appox.), libcurl was really heavy. Anyways now updatedeployqt does not require network on runtime.