Skip to content

Commit

Permalink
Fix to flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Sep 5, 2023
1 parent d55beb1 commit be5884d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file removed usr/share/bigbashview/bcc/shell/.bstrlib.sh.kate-swp
Binary file not shown.
3 changes: 2 additions & 1 deletion usr/share/bigbashview/bcc/shell/bstrlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function sh_search_flatpak() {
done

# Aguarda todos os resultados antes de exibir para o usuário
# wait
wait

if ((COUNT)); then
echo "$COUNT" >"$TMP_FOLDER/flatpak_number.html"
Expand All @@ -212,6 +212,7 @@ function sh_search_flatpak() {
EOF
fi
echo '<script>document.getElementById("flatpak_icon_loading").innerHTML = ""; runAvatarFlatpak();</script>' >>"$TMP_FOLDER/flatpak_build.html"

cp -f "${TMP_FOLDER}/flatpak_build.html" "${TMP_FOLDER}/flatpak.html"
}
export -f sh_search_flatpak
Expand Down

0 comments on commit be5884d

Please sign in to comment.