We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41eca5 commit 35082b4Copy full SHA for 35082b4
installer/build-mac-dmg.sh
@@ -17,6 +17,9 @@ cp installer/Info.plist "$OS_PATH"
17
sed -e "s/VERSION/$VERSION/g" "$OS_PATH/Info.plist" > "$OS_PATH/Info.plist_version"
18
mv "$OS_PATH/Info.plist_version" "$OS_PATH/Info.plist"
19
20
+echo "Copying the entitlements file"
21
+cp "installer/openshot.entitlements" "build"
22
+
23
if [ ! -d "$OS_PATH/MacOS/lib" ]; then
24
echo "Creating lib folder"
25
mkdir "$OS_PATH/MacOS/lib"
0 commit comments