mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Fix missing installer metadata
This commit is contained in:
@@ -5,6 +5,19 @@
|
||||
;https://nsis.sourceforge.io/NsProcess_plugin
|
||||
;https://nsis.sourceforge.io/Inetc_plug-in
|
||||
|
||||
;--------------------------------
|
||||
;Version
|
||||
|
||||
!define PRODUCT_VERSION "1.0.0.0"
|
||||
!define VERSION "1.0.0.0"
|
||||
VIProductVersion "${PRODUCT_VERSION}"
|
||||
VIFileVersion "${VERSION}"
|
||||
VIAddVersionKey "FileVersion" "${VERSION}"
|
||||
VIAddVersionKey "ProductName" "VRCX"
|
||||
VIAddVersionKey "ProductVersion" "${PRODUCT_VERSION}"
|
||||
VIAddVersionKey "LegalCopyright" "Copyright vrcx-team, pypy, natsumi"
|
||||
VIAddVersionKey "FileDescription" "Friendship management tool for VRChat"
|
||||
|
||||
;--------------------------------
|
||||
;Include Modern UI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user