Skip to content

Commit

Permalink
Redesigned Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Otus9051 committed Aug 8, 2022
1 parent 7c996e1 commit 39e84ec
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 14 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img src=".github/assets/nya.png" alt="Boo logo"
width="200"
<img src="static/icons/icon.png" alt="Boo Logo"
width="200"
height="200" />
</p>

Expand All @@ -17,7 +17,7 @@ Boo is basically a continuation of Skye but with more features and perks and sec

## Development

This project is based on Typescript and Electron and uses the Yarn package manager. To compile it, run
This project is based on Typescript and Electron and uses the Yarn package manager. To compile it, run
```
yarn run compile-linux
```
Expand All @@ -31,9 +31,4 @@ It compiles macOS binaries
```
yarn run compile-win32
```
It compiles Windows binaries

-------------------------------
Image Source: https://www.reddit.com/r/AnimeGirls/comments/j6t3an/rawr

The image was run through remove.bg, waifu2x and then cropped using Shotwell.
It compiles Windows binaries
Binary file modified static/icons/icon.icns
Binary file not shown.
Binary file modified static/icons/icon.ico
Binary file not shown.
Binary file modified static/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions static/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
WriteRegStr SHCTX "SOFTWARE\Classes\Boo\Application" "AppUserModelId" "Boo"
WriteRegStr SHCTX "SOFTWARE\Classes\Boo\Application" "ApplicationIcon" "$INSTDIR\Boo.exe,0"
WriteRegStr SHCTX "SOFTWARE\Classes\Boo\Application" "ApplicationName" "Boo"
WriteRegStr SHCTX "SOFTWARE\Classes\Boo\Application" "ApplicationCompany" "Boo"
WriteRegStr SHCTX "SOFTWARE\Classes\Boo\Application" "ApplicationDescription" "Extensible, fast and innovative web browser with Innatical UI."
WriteRegStr SHCTX "SOFTWARE\Classes\Boo\Application" "ApplicationCompany" "Boo"
WriteRegStr SHCTX "SOFTWARE\Classes\Boo\Application" "ApplicationDescription" "Fast, Secure and probably one of the most beautiful OSS browsers."
WriteRegStr SHCTX "SOFTWARE\Classes\Boo\DefaultIcon" "DefaultIcon" "$INSTDIR\Boo.exe,0"
WriteRegStr SHCTX "SOFTWARE\Classes\Boo\shell\open\command" "" '"$INSTDIR\Boo.exe" "%1"'

Expand All @@ -15,17 +15,17 @@

WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo" "" "Boo"
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\DefaultIcon" "" "$INSTDIR\Boo.exe,0"
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\Capabilities" "ApplicationDescription" "Extensible, fast and innovative web browser with Innatical UI."
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\Capabilities" "ApplicationDescription" "Fast, Secure and probably one of the most beautiful OSS browsers."
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\Capabilities" "ApplicationName" "Boo"
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\Capabilities" "ApplicationIcon" "$INSTDIR\Boo.exe,0"
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\Capabilities\FileAssociations" ".htm" "Boo"
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\Capabilities\FileAssociations" ".html" "Boo"
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\Capabilities\URLAssociations" "http" "Boo"
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\Capabilities\URLAssociations" "https" "Boo"
WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\Capabilities\StartMenu" "StartMenuInternet" "Boo"

WriteRegDWORD SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\InstallInfo" "IconsVisible" 1

WriteRegStr SHCTX "SOFTWARE\Clients\StartMenuInternet\Boo\shell\open\command" "" "$INSTDIR\Boo.exe"
!macroend
!macro customUnInstall
Expand Down
Binary file modified static/nightly-icons/icon.icns
Binary file not shown.
Binary file modified static/nightly-icons/icon.ico
Binary file not shown.
Binary file modified static/nightly-icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39e84ec

Please sign in to comment.