Browse Source

New logo

pull/718/head
atnaguzin 8 years ago
parent
commit
3a3b0cc847
  1. 2
      Win32/PurpleI2P.nsi
  2. 2
      Win32/Resource.rc
  3. 1
      Win32/installer.iss
  4. BIN
      Win32/mask.bmp
  5. BIN
      Win32/mask.ico
  6. 2
      build/CMakeLists.txt

2
Win32/PurpleI2P.nsi

@ -14,7 +14,7 @@ ShowInstDetails show @@ -14,7 +14,7 @@ ShowInstDetails show
!define URL "https://i2p.io"
# MUI Symbol Definitions
!define MUI_ICON "ictoopie.ico"
!define MUI_ICON "mask.ico"
#!define MUI_WELCOMEFINISHPAGE_BITMAP "../share/pixmaps/nsis-wizard.bmp"
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_RIGHT

2
Win32/Resource.rc

@ -52,7 +52,7 @@ END @@ -52,7 +52,7 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
MAINICON ICON "ictoopie.ico"
MAINICON ICON "mask.ico"
//MAINICON ICON "anke.ico"
#endif // English (United States) resources

1
Win32/installer.iss

@ -12,6 +12,7 @@ UninstallDisplayIcon={app}\I2Pd.exe @@ -12,6 +12,7 @@ UninstallDisplayIcon={app}\I2Pd.exe
OutputDir=.
LicenseFile=../LICENSE
OutputBaseFilename=setup_{#I2Pd_AppName}_v{#I2Pd_ver}
SetupIconFile=mask.ico
InternalCompressLevel=ultra64
Compression=lzma/ultra64
SolidCompression=true

BIN
Win32/mask.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
Win32/mask.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

2
build/CMakeLists.txt

@ -524,7 +524,7 @@ if((WIN32 OR MSYS) AND NOT UNIX) @@ -524,7 +524,7 @@ if((WIN32 OR MSYS) AND NOT UNIX)
# There is a bug in NSI that does not handle full unix paths properly. Make
# sure there is at least one set of four (4) backlasshes.
set(CPACK_NSIS_DEFINES "RequestExecutionLevel user")
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/../Win32\\\\ictoopie.bmp")
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/../Win32\\\\mask.bmp")
set(CPACK_NSIS_INSTALLED_ICON_NAME "bin/i2pd.exe")
SET(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_DESCRIPTION_SUMMARY}")
set(CPACK_NSIS_HELP_LINK "https:\\\\\\\\github.com\\\\PurpleI2P\\\\i2pd\\\\issues")

Loading…
Cancel
Save