Skip to content

Commit 35082b4

Browse files
committed
Copying entitlements file to build folder before codesign
1 parent d41eca5 commit 35082b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

installer/build-mac-dmg.sh

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ cp installer/Info.plist "$OS_PATH"
1717
sed -e "s/VERSION/$VERSION/g" "$OS_PATH/Info.plist" > "$OS_PATH/Info.plist_version"
1818
mv "$OS_PATH/Info.plist_version" "$OS_PATH/Info.plist"
1919

20+
echo "Copying the entitlements file"
21+
cp "installer/openshot.entitlements" "build"
22+
2023
if [ ! -d "$OS_PATH/MacOS/lib" ]; then
2124
echo "Creating lib folder"
2225
mkdir "$OS_PATH/MacOS/lib"

0 commit comments

Comments
 (0)