Windows: Update installer images

Installer and uninstaller were removed, it should use falkon.ico instead
remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent 572fb29537
commit 7d29a5e991
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
  1. BIN
      windows/install.ico
  2. 4
      windows/installer.nsi
  3. BIN
      windows/uninstall.ico
  4. BIN
      windows/welcome.bmp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

@ -11,7 +11,7 @@
; http://nsis.sourceforge.net/Registry_plug-in
!ifndef CUSTOM
!define VERSION 2.1.2
!define VERSION 3.0.0
!define ARCH x86
!define MSVC_VER 140
!define OPENSSL_BIN_DIR .
@ -104,7 +104,7 @@ SetCompressor /SOLID /FINAL lzma
!insertmacro MUI_RESERVEFILE_LANGDLL
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "${PRODUCT_NAME} ${PRODUCT_VERSION} Installer.exe"
OutFile "${PRODUCT_NAME} Installer ${PRODUCT_VERSION}.exe"
InstallDir "$PROGRAMFILES\${PRODUCT_NAME}\"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Loading…
Cancel
Save