Skip to content

update_operations

appimage_updater.core.update_operations

Core update operations for checking and downloading AppImage updates.

This module contains the main business logic for the AppImage updater, including update checking, candidate selection, download orchestration, and file rotation. Provides the primary workflows used by CLI commands.

console = Console(no_color=(bool(os.environ.get('NO_COLOR')))) module-attribute