Skip to content

Commit fb5dfcf

Browse files
committed
Fixing regression in mac symblink (take 2)
1 parent 2c32e1c commit fb5dfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/build-mac-dmg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mv "$OS_PATH/MacOS/openshot-qt.hqx" "$OS_PATH/Resources/openshot-qt.hqx"; ln -s
4343
mv "$OS_PATH/MacOS/lib/launch.py" "$OS_PATH/Resources/launch.py"; ln -s "../../Resources/launch.py" "$OS_PATH/MacOS/lib/launch.py";
4444

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

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

0 commit comments

Comments
 (0)