1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Windows: Update installer images

Installer and uninstaller were removed, it should use falkon.ico instead
This commit is contained in:
David Rosca 2018-03-23 11:07:53 +01:00
parent 572fb29537
commit 7d29a5e991
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -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