Skip to content

mirror: https://gitlab.com/Captainpast/edge-fixer A program that replaces the Microsoft Edge and Bing in the start menu search.

License

Notifications You must be signed in to change notification settings

Captainpast/Edge-Fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge-Fixer

A program that replaces Microsoft Edge and Bing in the start menu search.
Currently, with Firefox and DuckDuckGo (in the future, it will be configurable).

Install

  1. Download the newest EXE from the release section.
  2. Move it to a folder of your choice (do not move the EXE after execution).
  3. Run the EXE via double-click. There will be no response.

Uninstall

  1. Navigate to your chosen folder for the EXE.
  2. Open the advanced context menu via shift + right-click and click Open CMD/Powershell here.
  3. Type ./edge-fixer.exe uninstall and enter. There should be positive feedback.

Build

On Debian (Ubuntu, Mint and others)

Build

# install new rust toolchain
$ rustup target add x86_64-pc-windows-gnu
# build the exe
$ cargo build --target=x86_64-pc-windows-gnu --release

Signing

# install dependencies
$ sudo apt install openssl osslsigncode
# create signing certificate (if you dont own one)
$ openssl req -x509 -newkey rsa:4096 -keyout cert/key.pem -out cert/cert.pem -sha256 -days 365
# signing the exe
$ osslsigncode sign -certs cert/cert.pem -key cert/key.pem \
    -n "Edge Fixer" -i https://gitlab.com/Captainpast \
    -t http://timestamp.digicert.com \
    -in target/x86_64-pc-windows-gnu/release/edge-fixer.exe -out edge-fixer-signed.exe

About

mirror: https://gitlab.com/Captainpast/edge-fixer A program that replaces the Microsoft Edge and Bing in the start menu search.

Resources

License

Stars

Watchers

Forks

Packages

No packages published