Skip to content

Commit

Permalink
- updated installer for license file
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Blaeser committed Mar 21, 2017
1 parent a647dc9 commit 171f083
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployment_win_mingwx64_devnew.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var ICONS_GROUP
; MUI end ------

Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "Setup.exe"
OutFile "SetupYUView.exe"
InstallDir "$PROGRAMFILES64\YUView"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show
Expand Down Expand Up @@ -105,6 +105,8 @@ Section "MainSection" SEC01
File "release\Qt5Xml.dll"
File "release\versioninfo.txt"
File "release\YUView.exe"
File "release\LICENSE.GPL3"


; Shortcuts
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
Expand Down Expand Up @@ -146,6 +148,7 @@ Section Uninstall
!insertmacro MUI_STARTMENU_GETFOLDER "Application" $ICONS_GROUP
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\YUView.exe"
Delete "$INSTDIR\LICENSE.GPL3"
Delete "$INSTDIR\versioninfo.txt"
Delete "$INSTDIR\Qt5Xml.dll"
Delete "$INSTDIR\Qt5Widgets.dll"
Expand Down

0 comments on commit 171f083

Please sign in to comment.