Skip to content

Commit f36421c

Browse files
committed
readest: disable telemetry
add patch to disable telemetry
1 parent fd05656 commit f36421c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/by-name/re/readest/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
6060
--replace-fail '"Readest"' '"readest"'
6161
jq 'del(.plugins."deep-link")' src-tauri/tauri.conf.json | sponge src-tauri/tauri.conf.json
6262
substituteInPlace src/services/constants.ts \
63-
--replace-fail "autoCheckUpdates: true" "autoCheckUpdates: false"
63+
--replace-fail "autoCheckUpdates: true" "autoCheckUpdates: false" \
64+
--replace-fail "telemetryEnabled: true" "telemetryEnabled: false"
6465
'';
6566

6667
nativeBuildInputs = [

0 commit comments

Comments
 (0)