Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 870 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 870 Bytes

TweakZipper

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.

installation

just the usual platforms supported: linux/WSL & macOS

again, like usual, you need the ar and tar commands installed on your system.

then:

  1. install and setup pipx

  2. pipx install --force https://github.com/asdfzxcvbn/TweakZipper/archive/main.zip