Skip to content

Commit

Permalink
Added new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Mar 20, 2018
1 parent 970a7c9 commit 14e254d
Show file tree
Hide file tree
Showing 28 changed files with 1,740 additions and 6 deletions.
Binary file removed img/icon-big.png
Binary file not shown.
5 changes: 0 additions & 5 deletions img/icon.svg

This file was deleted.

Binary file modified img/icons/mac/icon.icns
Binary file not shown.
Binary file removed img/icons/mac/icon_128x128.png
Binary file not shown.
Binary file removed img/icons/mac/[email protected]
Binary file not shown.
Binary file removed img/icons/mac/icon_16x16.png
Binary file not shown.
Binary file removed img/icons/mac/[email protected]
Binary file not shown.
Binary file removed img/icons/mac/icon_256x256.png
Binary file not shown.
Binary file removed img/icons/mac/[email protected]
Binary file not shown.
Binary file removed img/icons/mac/icon_32x32.png
Binary file not shown.
Binary file removed img/icons/mac/[email protected]
Binary file not shown.
Binary file removed img/icons/mac/icon_512x512.png
Binary file not shown.
Binary file removed img/icons/mac/[email protected]
Binary file not shown.
Binary file modified img/icons/png/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icons/png/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icons/png/24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icons/png/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icons/png/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icons/png/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icons/png/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icons/png/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icons/png/96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icons/win/icon.ico
Binary file not shown.
Binary file added img/ueli-big-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ueli-big-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,730 changes: 1,730 additions & 0 deletions img/ueli.ai

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions img/ueli.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/ts/injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class Injector {
public static getTrayIconPath(pathToProjectRoot: string): string {
switch (Injector.getCurrentOperatingSystem()) {
case OperatingSystem.Windows: return path.join(pathToProjectRoot, "img/icons/win/icon.ico");
case OperatingSystem.macOS: return path.join(pathToProjectRoot, "img/icons/mac/icon_16x16.png");
case OperatingSystem.macOS: return path.join(pathToProjectRoot, "img/icons/png/16x16.png");
}
}

Expand Down

0 comments on commit 14e254d

Please sign in to comment.