mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-08-10 13:33:40 -04:00
Add OSX code signing features to CMakeLists.txt
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
/usr/bin/codesign -s "${CUBICSDR_CERT}" ${APPS}
|
||||
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
/usr/bin/codesign -s "${CUBICSDR_CERT}" CubicSDR-${CPACK_PACKAGE_VERSION}-Darwin.dmg
|
||||
Reference in New Issue
Block a user