Download and install updates (.deb) #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Download the correct asset for the current install method, verify checksum, and install.
Implementation
os.environ.get("APPIMAGE")-> AppImageos.path.exists("/opt/kindred-create")-> .deb.debfilename pattern from release assets~/.cache/kindred-create/updates/with QProgressDialog.sha256file, verify checksumpkexec dpkg -i <path>for privilege escalation, prompt restart on success$APPIMAGEpath, prompt restartQDesktopServices.openUrl()Depends on
Files
src/Mod/Create/update_checker.py(extend)