We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c32e1c commit fb5dfcfCopy full SHA for fb5dfcf
installer/build-mac-dmg.sh
@@ -43,7 +43,7 @@ mv "$OS_PATH/MacOS/openshot-qt.hqx" "$OS_PATH/Resources/openshot-qt.hqx"; ln -s
43
mv "$OS_PATH/MacOS/lib/launch.py" "$OS_PATH/Resources/launch.py"; ln -s "../../Resources/launch.py" "$OS_PATH/MacOS/lib/launch.py";
44
45
echo "Symlink lib folder into Resources - needed to find lib/babl-ext at runtime"
46
-ln -s "$OS_PATH/MacOS/lib" "../../Resources/lib";
+ln -s "../MacOS/lib" "$OS_PATH/Resources/lib";
47
48
echo "Fix permissions inside MacOS folder (all everyone to read and execute all the files inside this *.app bundle)"
49
chmod -R a+rx "$OS_PATH/"*
0 commit comments