mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 15:08:07 +01:00
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
|
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…
Add table
Add a link
Reference in a new issue