Merge pull request 'element-stickerpicker: fix thumbnails after' () from fix-element-stickers into main

Reviewed-on: 
Reviewed-by: Akshay Mankar <axeman@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2025-04-25 22:10:05 +00:00
commit 552b30fa1e
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -9,5 +9,6 @@ stdenvNoCC.mkDerivation {
buildPhase = ''
mv web $out/
cp ${element-stickers}/uploaded-packs/*.json $out/packs/
cp -r ${element-stickers}/uploaded-packs/thumbnails $out/packs/
'';
}