We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e551451 commit cf90a2dCopy full SHA for cf90a2d
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.0"
+Version := "1.0-alpha.1"
6
7
build:
8
& {{ BuildBat }} UnrealTournamentEditor {{ Platform }} Debug -waitmutex
0 commit comments