Skip to content

Commit 367be5e

Browse files
committed
Fix Makefile
1 parent e22eb95 commit 367be5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This software is released under the MIT License.
33

44
PROJECT_HOME?=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
5-
BUILD_DIR?=$(PROJECT_HOME)/Build
5+
BUILD_DIR?=$(PROJECT_HOME)/Builds
66
LOG_DIR?=$(PROJECT_HOME)/Logs
7-
UNITY_VERSION?=$(shell grep 'm_EditorVersion:' $(PROJECT_HOME)/ProjectSettings/ProjectVersion.txt | grep -o -E '\d{4}\.[1-4]\.\d+[abfp]\d+')
7+
UNITY_VERSION?=$(shell grep 'm_EditorVersion:' $(PROJECT_HOME)/ProjectSettings/ProjectVersion.txt | grep -o -E '\d{4}\.\d+\.\d+[abfp]\d+')
88

99
# Code Coverage report filter (comma separated)
1010
# see: https://docs.unity3d.com/Packages/[email protected]/manual/CoverageBatchmode.html

0 commit comments

Comments
 (0)