mirror of https://github.com/odrling/Aegisub
[win-installer] auto-populate current year for copyright
This commit is contained in:
parent
dccfd8a478
commit
38765efde8
|
@ -35,6 +35,8 @@
|
|||
#define BUILD_GIT_VERSION_STRING "Japan7 0.9"
|
||||
#define INSTALLER_VERSION 1
|
||||
|
||||
#define CURRENT_YEAR GetDateTimeString('yyyy', '', '');
|
||||
|
||||
[Setup]
|
||||
AppName=Aegisub
|
||||
AppVerName=Aegisub {#BUILD_GIT_VERSION_STRING}
|
||||
|
@ -42,7 +44,7 @@ AppVersion={#INSTALLER_VERSION}
|
|||
AppPublisher=Aegisub Team
|
||||
AppPublisherURL=http://www.aegisub.org/
|
||||
AppSupportURL=https://github.com/TypesettingTools/Aegisub/issues
|
||||
AppCopyright=2005-2018 The Aegisub Team
|
||||
AppCopyright=2005-{#CURRENT_YEAR} The Aegisub Team
|
||||
VersionInfoVersion={#INSTALLER_VERSION}
|
||||
DefaultGroupName=Aegisub
|
||||
AllowNoIcons=true
|
||||
|
|
Loading…
Reference in New Issue