Loading pkgs/by-name/be/beeper/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ let echo "export function registerLinuxConfig() {}" > $linuxConfigFilename # disable auto update sed -i 's/[^=]*\.auto_update_disabled/true/' $out/resources/app/build/main/main-entry-*.mjs sed -i 's/auto_update_disabled:[^,}]*/auto_update_disabled:true/g' $out/resources/app/build/main/main-entry-*.mjs # prevent updates sed -i -E 's/executeDownload\([^)]+\)\{/executeDownload(){return;/g' $out/resources/app/build/main/main-entry-*.mjs Loading Loading
pkgs/by-name/be/beeper/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ let echo "export function registerLinuxConfig() {}" > $linuxConfigFilename # disable auto update sed -i 's/[^=]*\.auto_update_disabled/true/' $out/resources/app/build/main/main-entry-*.mjs sed -i 's/auto_update_disabled:[^,}]*/auto_update_disabled:true/g' $out/resources/app/build/main/main-entry-*.mjs # prevent updates sed -i -E 's/executeDownload\([^)]+\)\{/executeDownload(){return;/g' $out/resources/app/build/main/main-entry-*.mjs Loading