1 个不稳定版本
0.1.0 | 2022 年 8 月 27 日 |
---|
#108 在 #edge
9KB
101 代码行
no-more-edge-rs
在 Windows 上将微软 edge 的调用替换为默认浏览器的调用。受 c# 项目 NoMoreEdge 启发。
安装
只需下载并运行发布中的 .msi
安装程序。
卸载
在控制面板中将程序卸载,就像卸载普通 Windows 程序一样。此程序基本上只注册了一个注册表键,所以只需删除该键即可。
手动构建
此项目使用 cargo-wix 构建应用的 .msi
安装程序并写入必要的注册表键。通过以下方式安装:
cargo install cargo-wix
然后只需运行
cargo wix
lib.rs
:
在 Windows 上将微软 edge 的调用替换为默认浏览器的调用。受 c# 项目 NoMoreEdge 启发。
安装
只需下载并运行发布中的 .msi
安装程序。
卸载
在控制面板中将程序卸载,就像卸载普通 Windows 程序一样。此程序基本上只注册了一个注册表键,所以只需删除该键即可。
手动构建
此项目使用 cargo-wix 构建应用的 .msi
安装程序并写入必要的注册表键。通过以下方式安装:
cargo install cargo-wix
然后只需运行
cargo wix
依赖项
~2.3–3.5MB
~57K SLoC