Skip to content

Commit ed67065

Browse files
authored
chore(urls): update urls (#795)
1 parent b234595 commit ed67065

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib/config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ export const INTEGRATIONS = {
5252
}
5353

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

0 commit comments

Comments
 (0)