Minor tweaks to the .iss

This commit is contained in:
Henrik Rydgård
2025-04-23 20:03:17 +02:00
parent 0158920cbe
commit 5cf89398df
+6 -3
View File
@@ -1,8 +1,11 @@
; Note: The buildbot runs the following (though of course with dynamically inserted values):
; "ppsspp.iss /FPPSSPPSetup /D"ApplicationName"="PPSSPP" /D"ApplicationVersion"="1.19"
#define ApplicationName "PPSSPP"
#define ApplicationVersion GetFileVersion('PPSSPPWindows.exe')
#define StartYearCopyright "2017"
#define ApplicationVersion GetFileVersion('PPSSPPWindows64.exe')
#define StartYearCopyright "2012"
#define CurrentYear GetDateTimeString('yyyy','','')
#define ApplicationAuthor "PPSSPP Team"
#define ApplicationAuthor "PPSSPP Project"
[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"