mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 07:38:11 +03:00
Makefile: Only install relevant compat tool
This commit is contained in:
parent
9c312a13a8
commit
79406ee737
3
Makefile
3
Makefile
@ -73,7 +73,8 @@ proton: configure
|
|||||||
|
|
||||||
install: configure
|
install: configure
|
||||||
vagrant ssh -c 'make -C $(BUILD_DIR)/ STEAM_DIR=/vagrant/ install'
|
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"
|
echo "Proton installed to your local Steam installation"
|
||||||
|
|
||||||
deploy: configure
|
deploy: configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user