Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Dec 22, 2021
1 parent af155a0 commit 3830d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/createbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ do
done

echo "Signing $DEST/Contents/Frameworks/QTWebEngineCore.framwork/Versions/5/Helpers/QtWebEngineProcess"
sign --options=runtime $(realpath $DEST/Contents/Frameworks/QTWebEngineCore.framwork/Versions/5/Helpers/QtWebEngineProcess)
sign --options=runtime $(realpath $DEST/Contents/Frameworks/QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess)

for fw in $(ls "$DEST/Contents/Frameworks")
do
Expand Down

0 comments on commit 3830d55

Please sign in to comment.