Add png icons and .desktop file for Linux and edit configs to use new icons

This commit is contained in:
Laptander 2016-04-19 14:38:09 +03:00
parent 635605e0c9
commit 84774fd936
14 changed files with 16 additions and 4 deletions

3
.gitignore vendored
View File

@ -186,6 +186,7 @@ ehthumbs.db
# Folder config file
Desktop.ini
.directory
# Recycle Bin used on file shares
$RECYCLE.BIN/
@ -229,4 +230,4 @@ pip-log.txt
## qmake / make
#############
*.o
Makefile
Makefile

View File

@ -2,7 +2,7 @@
UEFITool is a viewer and editor of firmware images conforming to UEFI Platform Interface (PI) Specifications.
![UEFITool icon](https://raw.githubusercontent.com/LongSoft/UEFITool/master/uefitool.ico "UEFITool icon")
![UEFITool icon](https://raw.githubusercontent.com/LongSoft/UEFITool/new_engine/UEFITool/icons/uefitool_64x64.png "UEFITool icon")
![Coverity badge](https://scan.coverity.com/projects/1812/badge.svg?flat=1 "Coverity badge")

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

11
UEFITool/uefitool.desktop Executable file
View File

@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=UEFITool
Comment=UEFI firmware image viewer and editor
Path=/usr/bin
Exec=uefitool
Icon=uefitool
Terminal=false
Categories=Development;System;Utility;HardwareSettings;Electronics;Engineering;
Keywords=BIOS;

View File

@ -63,5 +63,5 @@ FORMS += uefitool.ui \
RC_FILE = uefitool.rc
ICON = uefitool.icns
ICON = icons/uefitool.icns

View File

@ -1 +1 @@
IDI_ICON1 ICON DISCARDABLE "uefitool.ico"
IDI_ICON1 ICON DISCARDABLE "icons/uefitool.ico"