just a dead simple deb/dylib -> trollfools zip converter.
for some reason, you can't inject debs into apps installed from the appstore? at least that's what i understand from the Limitations tab:
Encrypted App Store applications with bare dynamic library
this does what you'd expect, just pass a deb and it'll extract the necessary files and add them to the zip.
some code taken from cyan/cgen.
just the usual platforms supported: linux/WSL & macOS
again, like usual, you need the ar
and tar
commands installed on your system.
then:
-
install and setup pipx
-
pipx install --force https://github.com/asdfzxcvbn/TweakZipper/archive/main.zip