Skip to content

Commit

Permalink
Fixing regression in mac symblink (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Mar 31, 2023
1 parent 2c32e1c commit fb5dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/build-mac-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mv "$OS_PATH/MacOS/openshot-qt.hqx" "$OS_PATH/Resources/openshot-qt.hqx"; ln -s
mv "$OS_PATH/MacOS/lib/launch.py" "$OS_PATH/Resources/launch.py"; ln -s "../../Resources/launch.py" "$OS_PATH/MacOS/lib/launch.py";

echo "Symlink lib folder into Resources - needed to find lib/babl-ext at runtime"
ln -s "$OS_PATH/MacOS/lib" "../../Resources/lib";
ln -s "../MacOS/lib" "$OS_PATH/Resources/lib";

echo "Fix permissions inside MacOS folder (all everyone to read and execute all the files inside this *.app bundle)"
chmod -R a+rx "$OS_PATH/"*
Expand Down

0 comments on commit fb5dfcf

Please sign in to comment.