Skip to content
Snippets Groups Projects
Commit d3d22a17 authored by Nils Schneider's avatar Nils Schneider
Browse files

gluon-alfred: use gzip

parent bc54f80d
No related branches found
No related tags found
No related merge requests found
......@@ -40,5 +40,5 @@ end
encoder = json.Encoder(collect_dir(announce_dir))
alfred = io.popen('alfred -s ' .. tostring(alfred_data_type), 'w')
alfred = io.popen('gzip | alfred -s ' .. tostring(alfred_data_type), 'w')
ltn12.pump.all(encoder:source(), ltn12.sink.file(alfred))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment