aboutsummaryrefslogtreecommitdiffstats
path: root/testing/signal-desktop/signal-update-links.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/signal-desktop/signal-update-links.patch')
-rw-r--r--testing/signal-desktop/signal-update-links.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/signal-desktop/signal-update-links.patch b/testing/signal-desktop/signal-update-links.patch
new file mode 100644
index 00000000000..39ec819e635
--- /dev/null
+++ b/testing/signal-desktop/signal-update-links.patch
@@ -0,0 +1,25 @@
+--- ./ts/components/DialogExpiredBuild.tsx.orig
++++ ./ts/components/DialogExpiredBuild.tsx
+@@ -23,9 +23,9 @@
+ containerWidthBreakpoint={containerWidthBreakpoint}
+ type="error"
+ onClick={() => {
+- openLinkInWebBrowser('https://signal.org/download/');
++ openLinkInWebBrowser('https://pkgs.alpinelinux.org/packages?name=signal-desktop');
+ }}
+- clickLabel={i18n('icu:upgrade')}
++ clickLabel={<code>apk upgrade signal-desktop</code>}
+ hasAction
+ >
+ {i18n('icu:expiredWarning')}{' '}
+--- ./ts/types/support.ts.orig
++++ ./ts/types/support.ts
+@@ -1,7 +1,7 @@
+ // Copyright 2023 Signal Messenger, LLC
+ // SPDX-License-Identifier: AGPL-3.0-only
+
+-export const PRODUCTION_DOWNLOAD_URL = 'https://signal.org/download/';
++export const PRODUCTION_DOWNLOAD_URL = 'https://pkgs.alpinelinux.org/packages?name=signal-desktop';
+ export const BETA_DOWNLOAD_URL = 'https://support.signal.org/beta';
+ export const UNSUPPORTED_OS_URL =
+ 'https://support.signal.org/hc/articles/5109141421850';