linglong/apps/uab
ComixHe 4370745c93 build: link libzstd.a to uab-header due to libcrypto.a needs it
Signed-off-by: ComixHe <heyuming@deepin.org>
2024-06-21 14:34:12 +08:00
..
header build: link libzstd.a to uab-header due to libcrypto.a needs it 2024-06-21 14:34:12 +08:00
loader feat: support export uab file 2024-06-19 16:08:11 +08:00
CMakeLists.txt fix: fix a warning during build deb 2024-06-20 17:41:01 +08:00
README.md feat: support export uab file 2024-06-19 16:08:11 +08:00

README.md

uab-header

uab-header is a template binary which is used by ll-builder to build uab (Universal Application Bundle).

Due to one of the goals of Uab is to depends as few runtime dependencies as possible, uab-header will statically link all dependent libraries at compile time. It is important to note that when some of the system's base libraries are upgraded, it may cause uab to fail to run properly

It's not an executable binary in the traditional sense, so we shouldn't add executable permissions to it when installing it to the system.