diff --git a/cmake/install/macos/app_notarization.sh b/cmake/install/macos/app_notarization.sh index a8ee826ea..1d3fc105f 100755 --- a/cmake/install/macos/app_notarization.sh +++ b/cmake/install/macos/app_notarization.sh @@ -3,7 +3,7 @@ #Notarization for Mac. Launch it from the build folder #rm notarize_result.plist -FILES=OUTPUT/Linphone*/macos/Packages/*.dmg +FILES=OUTPUT/macos/Packages/*.dmg for f in $FILES do linphone_file=$f