Update path in notarization script to the new output path.

Update SDK.
This commit is contained in:
Julien Wadel 2023-09-18 14:09:42 +02:00
parent e614ab9cf7
commit c460121342
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit ada455e05455be721c96f8a42306c8dc35da1887
Subproject commit 51de6331ef92c7fb9c20da0632ad79db9006bbad

View file

@ -3,7 +3,7 @@
#Notarization for Mac. Launch it from the build folder
#rm notarize_result.plist
FILES=OUTPUT/Packages/*.dmg
FILES=OUTPUT/linphone-app/macos/Packages/*.dmg
for f in $FILES
do
linphone_file=$f