mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
codesign apps and dmg in macos
This commit is contained in:
@ -61,4 +61,6 @@ sed -i'' -e "s/#VERSION#/$VERSION/g" dmg.json
|
||||
sed -i'' -e "s/#BUILD_NUMBER#/$BUILD_NUMBER/g" dmg.json
|
||||
appdmg dmg.json "$dest.dmg"
|
||||
|
||||
codesign --force --deep --sign "Developer ID Application: LUIS ANGEL SAN MARTIN ROD (9B6KKVW3WM)" "./${dest}.dmg"
|
||||
|
||||
echo "Done!"
|
||||
|
Reference in New Issue
Block a user