Skip to content

Commit

Permalink
chore(urls): update urls (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Oct 30, 2024
1 parent b234595 commit ed67065
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ export const INTEGRATIONS = {
}

export const DOWNLOAD_LINKS = {
Android: "https://cdn.deepspaceshipping.co/release/2.0.0/Uplink_2.0.0.apk",
iOS: "https://cdn.deepspaceshipping.co/release/2.0.0/Uplink.ipa",
Windows: "https://cdn.deepspaceshipping.co/release/2.0.0/Uplink.exe",
Mac: "https://cdn.deepspaceshipping.co/release/2.0.0/Uplink_2.0.0_aarch64.dmg",
Linux: "https://cdn.deepspaceshipping.co/release/2.0.0/Uplink.AppImage",
Android: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.0/app-debug.apk",
iOS: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.0/Uplink.ipa",
Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.0/Uplink_2.0.0_x64_en-US.msi",
Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.0/Uplink_2.0.0_aarch64.dmg",
Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.0/Uplink_2.0.0_amd64.deb",
}

0 comments on commit ed67065

Please sign in to comment.