no-more-edge-rs

Crates.iono-more-edge-rs
lib.rsno-more-edge-rs
version0.1.0
sourcesrc
created_at2022-08-27 02:55:46.131381
updated_at2022-08-27 02:55:46.131381
descriptionReplaces edge calls with calls to your default browser
homepagehttps://github.com/SpicyRicecaker/no-more-edge-rs
repositoryhttps://github.com/SpicyRicecaker/no-more-edge-rs
max_upload_size
id653260
size22,830
Andy Li (SpicyRicecaker)

documentation

README

no-more-edge-rs

Replaces calls to microsoft edge with calls to your default browser on windows. Inspired by the c# project NoMoreEdge.

Installation

Simply downlaod and run the .msi installer in releases.

Uninstallation

Uninstall the program as you would a regular windows program in control panel. This program basically only registers a single registry key so it's just a matter of deleting that key.

Building Manually

This project uses cargo-wix to build the .msi installer for the app and write the necessary registry key. Install it via

cargo install cargo-wix

Then simply run

cargo wix
Commit count: 11

cargo fmt