Skip to content

Commit

Permalink
Add 'codesign' command for faustgen~.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jun 27, 2022
1 parent 4645a5b commit 5ad993d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions embedded/faustgen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ endif()
# post install processing
if (APPLE)
install (
# not sure this is the right place, but it works...
CODE "execute_process (COMMAND codesign --sign - --deep --force ${PACKDIR}/${DST}/faustgen/externals/msp/faustgen\~.mxo)"
CODE "execute_process (COMMAND hdiutil create ${PACKDIR}/${DST}-macosx.dmg -fs HFS+ -srcfolder ${PACKDIR}/${DST} -format UDBZ -ov)"
)
endif()
Expand Down

0 comments on commit 5ad993d

Please sign in to comment.