Commit Graph

3 Commits

Author SHA1 Message Date
Alyxia Sother 6715440edc
[scripts/wastickers] Fixed paths and enabled compression 2021-07-02 23:30:42 +02:00
Alyxia Sother 1675c8174a
[scripts/wastickers] Rewrote in Python
This rewrite was nessecary, since, apparently, the format of the
sticker packs that WhatsApp reads is a bit... weird. All files start with a
leading slash, which the default `zip` program strips before packing.
The `zipfile` module in Python does not have this check, so it was a nessecary sacrifice.
2021-07-02 22:20:57 +02:00
Alyxia Sother 395ea4806d
[scripts/wastickers] Added stickerpack generator 2021-07-02 17:37:48 +02:00