We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39686cf commit 3d43b0cCopy full SHA for 3d43b0c
justfile
@@ -2,7 +2,7 @@ set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
2
3
BuildBat := "../../../Engine/Build/BatchFiles/Build.bat"
4
Platform := "Win64"
5
-Version := "1.0-alpha.1"
+Version := "1.0-alpha.2"
6
7
build:
8
& {{ BuildBat }} UnrealTournamentEditor {{ Platform }} Debug -waitmutex
0 commit comments