mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-31 01:21:42 +03:00
Makefile: Don't consider proton-sdk tags for build name
This commit is contained in:
parent
c6fa32fcff
commit
517d9edf1a
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ STEAM_DIR := $(HOME)/.steam/root
|
|||||||
BUILD_DIR := $(_build_name)
|
BUILD_DIR := $(_build_name)
|
||||||
|
|
||||||
ifeq ($(build_name),)
|
ifeq ($(build_name),)
|
||||||
DEPLOY_DIR := $(shell git describe --tags --always)
|
DEPLOY_DIR := $(shell git describe --tags --always --exclude proton-sdk*)
|
||||||
else
|
else
|
||||||
DEPLOY_DIR := $(_build_name)
|
DEPLOY_DIR := $(_build_name)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user