Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Testicular Slingshot
Alchemy Viewer
Commits
42699a50
Commit
42699a50
authored
Dec 19, 2019
by
Rye Mutt
🍞
Browse files
Minor fixes to windows installer
parent
53cc2a76
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/installers/windows/installer_template.nsi
View file @
42699a50
...
...
@@ -98,18 +98,6 @@
;Verify CRC
CRCCheck on
;--------------------------------
;Version Information
VIProductVersion "${VERSION_LONG}"
VIAddVersionKey "ProductName" "${APPNAME} Installer"
VIAddVersionKey "Comments" "A viewer for the meta-verse!"
VIAddVersionKey "CompanyName" "Alchemy Viewer Project"
VIAddVersionKey "LegalCopyright" "Copyright © 2013-2019, Alchemy Viewer Project"
VIAddVersionKey "FileDescription" "${APPNAME} Installer"
VIAddVersionKey "ProductVersion" "${VERSION_LONG}"
VIAddVersionKey "FileVersion" "${VERSION_LONG}"
;--------------------------------
;Interface Settings
...
...
@@ -195,6 +183,18 @@
!include "%%SOURCE%%\installers\windows\lang_tr.nsi"
!include "%%SOURCE%%\installers\windows\lang_zh.nsi"
;--------------------------------
;Version Information
VIProductVersion "${VERSION_LONG}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${APPNAME} Installer"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "A viewer for the meta-verse!"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Alchemy Viewer Project"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright © 2013-2019, Alchemy Viewer Project"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "${APPNAME} Installer"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "${VERSION_LONG}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${VERSION_LONG}"
;--------------------------------
;Reserve Files
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment