https://github.com/xplshn/AppBundleHUB
Author: @xplshnarrow-up-right
@xplshn
Project Page: https://github.com/xplshn/pelf/arrow-up-right
Sources: Mostly prebuilts from https://github.com/xplshn/AppBundleHUBarrow-up-right
.pkg: ${PKG_NAME}
.pkg
${PKG_NAME}
.pkg_type: appbundle
.pkg_type
appbundle
${SBUILD_PKG} : ${PKG_NAME}.appbundle
${SBUILD_PKG}
${PKG_NAME}.appbundle
HOST)
Fuse: Required for mounting Filesystems & Images
Fonts: Required to display/render Non-English Chars, Emojis, Symbols etc.
Kernel User NameSpaces: Required for Sandboxing, Security & Performance
WARNINGS
NEVER run strip, objcopy or any other binary rewriting tool as they will often just strip the squashfs|dwarfs archive, only preserving the runtime.
strip
objcopy
squashfs|dwarfs
runtime
A typical .appbundle file is not a real elf binary, thus will not survive this process.
.appbundle
Last updated 1 year ago