Skip to content

Commit cb32915

Browse files
committed
[scripts] setup5.iss: Add "-xp" suffix to the application version.
Just for the v2.7.1-xp rebuild.
1 parent bd58d4a commit cb32915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup5.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define MyAppURL "https://github.com/GerbilSoft/rom-properties"
66

77
#include "../pkg_windows/build.i386/src/config.version.h"
8-
#define MyAppVersion RP_VERSION_STRING
8+
#define MyAppVersion RP_VERSION_STRING-xp
99

1010
[Setup]
1111
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.

0 commit comments

Comments
 (0)