From 5cf89398df9e0787a73d8d613362b38ae3927b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 23 Apr 2025 20:03:17 +0200 Subject: [PATCH] Minor tweaks to the .iss --- ppsspp.iss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ppsspp.iss b/ppsspp.iss index 6442891004..717157ccb4 100644 --- a/ppsspp.iss +++ b/ppsspp.iss @@ -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"