Skip to content

Commit

Permalink
fix(spotify): zip -0
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 29, 2017
1 parent f302788 commit 446795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oomoxify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ for file in $(ls "${backup_dir}"/*.spa) ; do
echo "
* {font-family: ${replace_font} !important; }" >> "${css}"
fi
zip "./${filename}" "${css}" > /dev/null
zip -0 "./${filename}" "${css}" > /dev/null
done
cd "${tmp_dir}"
mv "./${filename}" "${output_dir}/"
Expand Down

0 comments on commit 446795c

Please sign in to comment.