Skip to content

Commit

Permalink
latest onlyoffice-desktopeditors release missing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Nov 9, 2023
1 parent dc0452d commit bc206fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-main/packages/onlyoffice-desktopeditors
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEFVER=1
get_github_releases "ONLYOFFICE/DesktopEditors" "latest"
get_github_releases "ONLYOFFICE/DesktopEditors"
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | grep -v help | cut -d'"' -f4)"
URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | grep -v help | head -n1 | cut -d'"' -f4)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="ONLYOFFICE Desktop Editors"

0 comments on commit bc206fe

Please # to comment.