You've already forked joplin
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user