linglong/apps/uab
ComixHe f2201a7070 refactor(uab): improve signal handler when program exits unexpectedly
Signed-off-by: ComixHe <heyuming@deepin.org>
2024-07-24 16:20:58 +08:00
..
header refactor(uab): improve signal handler when program exits unexpectedly 2024-07-24 16:20:58 +08:00
loader refactor(uab): improve signal handler when program exits unexpectedly 2024-07-24 16:20:58 +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.