mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-09 03:02:59 +00:00
52609a58c8
* Add the major/minor version number to the generated exe's. * Default to using the HEAD revision for all exe's and plugins in the package, instead of versioning each one independently. * Update instructions readme to mention use of Eclipse as a NSIS editor and integrated environment. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3122 96395faa-99c1-11dd-bbfe-3dabce05a288
14 lines
713 B
Plaintext
14 lines
713 B
Plaintext
; =======================================================================
|
|
; Generated-Setup.exe Properties
|
|
; =======================================================================
|
|
; (for the professionalism!!)
|
|
|
|
|
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${APP_NAME}"
|
|
;VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "A test comment"
|
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2010 PCSX2 Dev Team"
|
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Installs PCSX2, a Playstation 2 Emulator for the PC."
|
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${APP_VERSION}.${SVNREV_PACKAGE}"
|
|
|
|
VIProductVersion "${APP_VERSION}.${SVNREV_PACKAGE}"
|