Added settings.png to Windows installer file

This commit is contained in:
Micah Lee 2017-05-16 17:57:28 -07:00
parent 66a012bf81
commit 6dd3bbb1f5
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -158,6 +158,7 @@ Section "install"
File "${BINPATH}\share\images\server_started.png"
File "${BINPATH}\share\images\server_stopped.png"
File "${BINPATH}\share\images\server_working.png"
File "${BINPATH}\share\images\settings.png"
SetOutPath "$INSTDIR\share\locale"
File "${BINPATH}\share\locale\cs.json"
@ -342,6 +343,7 @@ FunctionEnd
Delete "$INSTDIR\share\images\server_started.png"
Delete "$INSTDIR\share\images\server_stopped.png"
Delete "$INSTDIR\share\images\server_working.png"
Delete "$INSTDIR\share\images\settings.png"
Delete "$INSTDIR\share\locale\cs.json"
Delete "$INSTDIR\share\locale\de.json"
Delete "$INSTDIR\share\locale\en.json"