Skip to content

Commit

Permalink
Improve Application icon on Windows
Browse files Browse the repository at this point in the history
Add SVG for the icon
Remove obsolete files
Fixes #297
  • Loading branch information
szszszsz committed Dec 1, 2017
1 parent 13a33e2 commit ee72df7
Show file tree
Hide file tree
Showing 24 changed files with 76 additions and 4 deletions.
1 change: 0 additions & 1 deletion appico.rc

This file was deleted.

Binary file removed images/CS_icon-red.png
Binary file not shown.
Binary file removed images/CS_icon.ico
Binary file not shown.
Binary file removed images/black_for_light.zip
Binary file not shown.
Binary file removed images/black_for_light/logo_16x16_black.png
Binary file not shown.
Binary file removed images/black_for_light/logo_22x22_black.png
Binary file not shown.
Binary file removed images/black_for_light/logo_24x24_black.png
Binary file not shown.
Binary file removed images/black_for_light/logo_32x32_black.png
Binary file not shown.
Binary file removed images/black_for_light/logo_48x48_black.png
Binary file not shown.
Binary file removed images/gray_for_dark.zip
Binary file not shown.
Binary file removed images/gray_for_dark/logo_16x16_lightgray.png
Binary file not shown.
Binary file removed images/gray_for_dark/logo_22x22_lightgray.png
Binary file not shown.
Binary file removed images/gray_for_dark/logo_24x24_lightgray.png
Binary file not shown.
Binary file removed images/gray_for_dark/logo_32x32_lightgray.png
Binary file not shown.
Binary file removed images/gray_for_dark/logo_48x48_lightgray.png
Binary file not shown.
Binary file added images/icon/nitrokey-app-icon-1024.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 images/icon/nitrokey-app-icon-128-red.ico
Binary file not shown.
Binary file added images/icon/nitrokey-app-icon-128-red.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 images/icon/nitrokey-app-icon-256-red.ico
Binary file not shown.
74 changes: 74 additions & 0 deletions images/icon/nitrokey-app-icon-vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions nitrokey-app-qt5.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
CONFIG += qt c++14 debug
QT += core gui widgets


target.path = /usr/local/bin
desktop.path = /usr/share/applications
desktop.files += nitrokey-app.desktop
Expand Down Expand Up @@ -105,9 +106,7 @@ INCLUDEPATH += $${SRCDIR} \
$${GUIDIR}


win32 {
RC_FILE=appico.rc
}
win32:RC_ICONS = images/icon/nitrokey-app-icon-256-red.ico

macx{
ICON= images/CS_icon.icns
Expand Down

0 comments on commit ee72df7

Please sign in to comment.