aboutsummaryrefslogtreecommitdiff
path: root/net-im/signal-desktop/files/patch-ts_updater_index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/signal-desktop/files/patch-ts_updater_index.ts')
-rw-r--r--net-im/signal-desktop/files/patch-ts_updater_index.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-im/signal-desktop/files/patch-ts_updater_index.ts b/net-im/signal-desktop/files/patch-ts_updater_index.ts
deleted file mode 100644
index b87f5678d1a7..000000000000
--- a/net-im/signal-desktop/files/patch-ts_updater_index.ts
+++ /dev/null
@@ -1,10 +0,0 @@
---- ts/updater/index.ts.orig 2023-10-19 19:29:53 UTC
-+++ ts/updater/index.ts
-@@ -72,6 +72,6 @@ function autoUpdateDisabled() {
-
- function autoUpdateDisabled() {
- return (
-- process.platform === 'linux' || process.mas || !config.get('updatesEnabled')
-+ process.platform === 'freebsd' || process.platform === 'linux' || process.mas || !config.get('updatesEnabled')
- );
- }