From 081c5529e11c07680a558c9e1fdf7c7bca70d2c4 Mon Sep 17 00:00:00 2001 From: neo Date: Mon, 28 Aug 2023 23:37:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/install/game-porting-toolkit.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/install/game-porting-toolkit.md b/docs/install/game-porting-toolkit.md index 20d61a0..644dcef 100644 --- a/docs/install/game-porting-toolkit.md +++ b/docs/install/game-porting-toolkit.md @@ -96,12 +96,20 @@ brew -v install apple/apple/game-porting-toolkit 下载好后双击`dmg`进行挂载。 -然后执行: +- Game_porting_toolkit_1_beta_3以及之前版本请执行: + +请执行: ```shell ditto /Volumes/Game\ Porting\ Toolkit-1.0/lib/ `brew --prefix game-porting-toolkit`/lib/ ``` +- Game_porting_toolkit_1_beta_4版本请执行: + +```shell +ditto /Volumes/Game\ Porting\ Toolkit-1.0/redist/lib/ `brew --prefix game-porting-toolkit`/lib/ +``` + 继续执行: ```shell @@ -220,4 +228,3 @@ MTL_HUD_ENABLED=1 WINEESYNC=1 WINEPREFIX=~/my-game-prefix /usr/local/Cellar/game #### 打开Steam后直接闪退 移除扩展显示器,或者停止屏幕镜像。 -