diff --git a/Makefile b/Makefile index d93f89b9..e80e1278 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ STEAM_DIR := $(HOME)/.steam/root BUILD_DIR := $(_build_name) ifeq ($(build_name),) - DEPLOY_DIR := $(shell git describe --tags --always) + DEPLOY_DIR := $(shell git describe --tags --always --exclude proton-sdk*) else DEPLOY_DIR := $(_build_name) endif