Skip to content

Commit 97c20ab

Browse files
authored
Update README.md
1 parent e3168f2 commit 97c20ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ echo "Codesigning PlayTools"
117117
codesign -fs- "$BUILD_PATH/PlayTools.framework/PlayTools"
118118

119119
echo "Copying to PlayCover"
120-
cp "$BUILD_PATH/PlayTools.framework" "/Applications/PlayCover.app/Contents/Frameworks/"
120+
rm -r "/Applications/PlayCover.app/Contents/Frameworks/PlayTools.framework"
121+
cp -r "$BUILD_PATH/PlayTools.framework" "/Applications/PlayCover.app/Contents/Frameworks/"
122+
121123
```
122124
This script transforms the target platform to Mac Catalyst, codesigns PlayTools and copies the binaries into the PlayCover App.
123125

0 commit comments

Comments
 (0)