mirror of
https://github.com/Drop-OSS/drop-website.git
synced 2026-01-30 20:55:25 +01:00
feat: add rest of download links
This commit is contained in:
@@ -179,7 +179,7 @@ const downloads: {
|
||||
},
|
||||
'v0.3.4': {
|
||||
x86: 'https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_amd64.deb',
|
||||
ARM: undefined,
|
||||
ARM: "https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_arm64.deb",
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -209,8 +209,8 @@ const downloads: {
|
||||
ARM: 'https://github.com/Drop-OSS/drop-app/releases/download/v0.3.3/Drop.Desktop.Client_0.3.3_aarch64.dmg',
|
||||
},
|
||||
'v0.3.4': {
|
||||
x86: undefined,
|
||||
ARM: undefined,
|
||||
x86: "https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_x64.dmg",
|
||||
ARM: "https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_aarch64.dmg",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user