mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-28 14:03:29 +01:00
Linux/MacOSX: use new icons contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)
This commit is contained in:
parent
3a9db8d98c
commit
533b7e1eb8
@ -194,7 +194,7 @@ ifeq "$(TC_BUILD_CONFIG)" "Release"
|
||||
ifndef TC_NO_GUI
|
||||
mkdir -p $(PWD)/Setup/Linux/usr/share/applications
|
||||
mkdir -p $(PWD)/Setup/Linux/usr/share/pixmaps
|
||||
cp $(PWD)/Resources/Icons/VeraCrypt-48x48.xpm $(PWD)/Setup/Linux/usr/share/pixmaps/$(APPNAME).xpm
|
||||
cp $(PWD)/Resources/Icons/VeraCrypt-256x256.xpm $(PWD)/Setup/Linux/usr/share/pixmaps/$(APPNAME).xpm
|
||||
cp $(PWD)/Setup/Linux/$(APPNAME).desktop $(PWD)/Setup/Linux/usr/share/applications/$(APPNAME).desktop
|
||||
endif
|
||||
|
||||
|
@ -155,8 +155,8 @@ namespace VeraCrypt
|
||||
#ifdef TC_WINDOWS
|
||||
return wxIcon (L"IDI_TRUECRYPT_ICON", wxBITMAP_TYPE_ICO_RESOURCE, 16, 16);
|
||||
#else
|
||||
# include "Resources/Icons/VeraCrypt-16x16.xpm"
|
||||
return wxIcon (VeraCryptIcon16x16);
|
||||
# include "Resources/Icons/VeraCrypt-256x256.xpm"
|
||||
return wxIcon (VeraCryptIcon256x256);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 61 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 6.9 KiB |
BIN
src/Resources/Icons/VeraCrypt-128x128.xpm
Executable file
BIN
src/Resources/Icons/VeraCrypt-128x128.xpm
Executable file
Binary file not shown.
Binary file not shown.
BIN
src/Resources/Icons/VeraCrypt-256x256.xpm
Executable file
BIN
src/Resources/Icons/VeraCrypt-256x256.xpm
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user