We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f840aa commit 4320395Copy full SHA for 4320395
UnrealPakViewer.Target.cs
@@ -30,6 +30,6 @@ public UnrealPakViewerTarget(TargetInfo Target) : base(Target)
30
31
GlobalDefinitions.Add("NOINITCRASHREPORTER=1");
32
GlobalDefinitions.Add("WITH_CASE_PRESERVING_NAME=0");
33
- GlobalDefinitions.Add(string.Format("UNREAL_PAK_VIEWER_VERSION=TEXT(\"{0}\")", "1.2"));
+ GlobalDefinitions.Add(string.Format("UNREAL_PAK_VIEWER_VERSION=TEXT(\"{0}\")", "1.3"));
34
}
35
0 commit comments