1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: Seamless-Updates: generated and uploaded latest-mac-arm64.yml to GitHub Releases (#11042)

This commit is contained in:
Alice
2024-09-15 00:16:42 +03:00
committed by GitHub
parent 4fa61e443f
commit 5763de3b26
10 changed files with 278 additions and 193 deletions

View File

@ -7,9 +7,11 @@ export interface CheckForUpdateOptions {
export interface GitHubReleaseAsset {
name: string;
browser_download_url: string;
url?: string;
}
export interface GitHubRelease {
id?: string;
tag_name: string;
prerelease: boolean;
body: string;