File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 820820 if [[ "${i}" == "jq" && "$(command -v cwebp)" != "" ]]
821821 then
822822 online_version="$(curl -s https://formulae.brew.sh/api/formula/webp.json | jq -r '.versions.stable')"
823- local_version="$(cwebp -version)"
823+ local_version="$(cwebp -version | sed -n '1p' )"
824824
825825 if [[ "${online_version}" == "${local_version}" ]]
826826 then
@@ -2684,10 +2684,8 @@ Check the logs of your compression under the `Data folder`. The log file contain
26842684 <string >data_folder </string >
26852685 </dict >
26862686 </array >
2687- <key >variablesdontexport </key >
2688- <array />
26892687 <key >version </key >
2690- <string >2.1 </string >
2688+ <string >2.2 </string >
26912689 <key >webaddress </key >
26922690 <string >https://github.com/BenjaminOddou/alfred-smart-webp-compression </string >
26932691</dict >
You can’t perform that action at this time.
0 commit comments