Skip to content

Commit c52d4ce

Browse files
committed
Fix typo
1 parent 904379d commit c52d4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ jobs:
343343
export -f update_dylib_paths
344344
345345
find Libraries/Wine/lib -maxdepth 1 -type f -name '*.dylib' -exec bash -c 'update_dylib_paths "$0" "@loader_path/"' {} \;
346-
find Libraries/Wine/lib/gstreamer-1.0 -maxdepth 1 -type f -name '*.dylib' -exec bash -c 'gstreamer_update_dylib_paths "$0" "@loader_path/../"' {} \;
346+
find Libraries/Wine/lib/gstreamer-1.0 -maxdepth 1 -type f -name '*.dylib' -exec bash -c 'update_dylib_paths "$0" "@loader_path/../"' {} \;
347347
348-
wine_update_dylib_paths Libraries/Wine/lib/wine/x86_64-unix/winegstreamer.so "@rpath/"
348+
update_dylib_paths Libraries/Wine/lib/wine/x86_64-unix/winegstreamer.so "@rpath/"
349349
350350
sudo xattr -rd com.apple.quarantine Libraries/Wine
351351

0 commit comments

Comments
 (0)