We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd05656 commit f36421cCopy full SHA for f36421c
pkgs/by-name/re/readest/package.nix
@@ -60,7 +60,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
60
--replace-fail '"Readest"' '"readest"'
61
jq 'del(.plugins."deep-link")' src-tauri/tauri.conf.json | sponge src-tauri/tauri.conf.json
62
substituteInPlace src/services/constants.ts \
63
- --replace-fail "autoCheckUpdates: true" "autoCheckUpdates: false"
+ --replace-fail "autoCheckUpdates: true" "autoCheckUpdates: false" \
64
+ --replace-fail "telemetryEnabled: true" "telemetryEnabled: false"
65
'';
66
67
nativeBuildInputs = [
0 commit comments