Skip to content

Commit

Permalink
Update setup version key
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Oct 21, 2019
1 parent e7b51b5 commit 88ee783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/Ninja.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ VIAddVersionKey /LANG=1200 "ProductName" "${APP_NAME}"
VIAddVersionKey /LANG=1200 "ProductVersion" "${VER_TEXT}"
VIAddVersionKey /LANG=1200 "FileVersion" "${VER_TEXT}"
VIAddVersionKey /LANG=1200 "LegalCopyright" "${APP_COPY}"
VIAddVersionKey /LANG=1200 "FileDescription" "${APP_NAME} <${APP_LINK}>"
VIAddVersionKey /LANG=1200 "FileDescription" "${APP_NAME} Setup <${APP_LINK}>"
VIAddVersionKey /LANG=1200 "OriginalFilename" "${APP_FILE}-${VER_FILE}.exe"


Expand Down

0 comments on commit 88ee783

Please sign in to comment.