linphone-desktop/cmake/install/sign_package.sh
Julien Wadel b463180d28 Feature : AppImage generation.
Centralize install process into cmake folder.
Prepare macos stuff for dmg and code signing process.
2023-10-13 16:41:50 +02:00

8 lines
195 B
Bash

#!/bin/bash
# Arguments :
# $1 = Executable Name
# $2 = Identity
# $3 = Path to recursivly search
find $3 -name "*" -exec $1 --force --deep --timestamp --options runtime,library -s "$2" {} \;