chore: revert to default banner in windows installer

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2020-12-30 11:54:39 +01:00
parent fe9c5281b6
commit 419f8eb172
2 changed files with 0 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

-3
View File
@@ -7,7 +7,6 @@
!define INSTALLER_NAME "$%NSIS_INSTALLER_NAME%"
!define MAIN_APP_EXE "kapow.exe"
!define ICON "kapow.ico"
!define BANNER "kapow.bmp"
!define LICENSE_TXT "../../LICENSE"
!define INSTALL_DIR "$PROGRAMFILES64\${APP_NAME}"
@@ -42,8 +41,6 @@ InstallDir "${INSTALL_DIR}"
!define MUI_ICON "${ICON}"
!define MUI_UNICON "${ICON}"
!define MUI_WELCOMEFINISHPAGE_BITMAP "${BANNER}"
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "${BANNER}"
######################################################################