Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Switched to Unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
sylveon committed Feb 25, 2017
1 parent 472f6c8 commit 8540d8c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Windows image file caches
# Windows image file caches
Thumbs.db
ehthumbs.db

Expand Down
2 changes: 1 addition & 1 deletion CustomSearchEngine.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How to use a custom search engine
# How to use a custom search engine

## Google Chrome, Vivaldi, Opera, etc...

Expand Down
2 changes: 1 addition & 1 deletion Edge2Browser/Make.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
@echo off

rem Make output directory
mkdir "%~dp0..\Output\"
Expand Down
2 changes: 1 addition & 1 deletion Edge2Browser/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Diagnostics;
using System.Linq;

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Make.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
@echo off

rem Call all the make files from subdirectories
FOR /d %%i IN (*) DO (
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SearchWithMyBrowser
# SearchWithMyBrowser

Since April 28th, Cortana opens searches only in Microsoft Edge to prevent users from using another search engine than Bing.
SearchWithMyBrowser is a little utility that associates itself with the `microsoft-edge:` protocol, used by Cortana to open Edge. After parsing the request to make sure it's a valid URL, it will redirect it to your default browser.
Expand All @@ -19,7 +19,7 @@ To build the whole project, run the `Make.cmd` file at the root of the repositor

## Boring legal stuff

Copyright © 2017 Charles Milette <[email protected]>
Copyright © 2017 Charles Milette <[email protected]>
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENSE file for more details.

Some assets used where designed by my friend [dAKirby](http://dakirby309.deviantart.com/). See his other icons [here](http://dakirby309.deviantart.com/art/Simply-Styled-Icon-Set-664-Icons-FREE-469662576).
4 changes: 2 additions & 2 deletions Setup/InnoSetup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
[Setup]
AllowRootDirectory=yes
AppCopyright=Copyright © 2017 Charles Milette <[email protected]>
AppCopyright=Copyright © 2017 Charles Milette <[email protected]>
AppendDefaultDirName=no
AppName=SearchWithMyBrowser
AppPublisher=Charles Milette
Expand Down
2 changes: 1 addition & 1 deletion Setup/Make.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
@echo off

rem Make output directory
mkdir "%~dp0..\Output\"
Expand Down

0 comments on commit 8540d8c

Please sign in to comment.