DEFVER=1
get_github_releases "NayamAmarshe/DeskCut" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep "browser_download_url.*amd64\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | sed 's|^stable-||')"
fi
PRETTY_NAME="DeskCut"
WEBSITE="https://github.com/NayamAmarshe/DeskCut"
SUMMARY="An easy-to-use linux app that lets you create Desktop Shortcuts hassle-free"
