Makefile: Only install relevant compat tool
This commit is contained in:
parent
9c312a13a8
commit
79406ee737
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -73,7 +73,8 @@ proton: configure
|
|||
|
||||
install: configure
|
||||
vagrant ssh -c 'make -C $(BUILD_DIR)/ STEAM_DIR=/vagrant/ install'
|
||||
cp -R vagrant_share/compatibilitytools.d/ $(STEAM_DIR)
|
||||
mkdir -p $(STEAM_DIR)/compatibilitytools.d/
|
||||
cp -R vagrant_share/compatibilitytools.d/$(build_name) $(STEAM_DIR)/compatibilitytools.d/
|
||||
echo "Proton installed to your local Steam installation"
|
||||
|
||||
deploy: configure
|
||||
|
|
Loading…
Reference in a new issue