Commit 5b73b56c authored by Don Gagne's avatar Don Gagne

parent a525b20b
...@@ -32,8 +32,9 @@ installer { ...@@ -32,8 +32,9 @@ installer {
QMAKE_POST_LINK += && python $$SOURCE_DIR/tools/osxrelocator.py $${TARGET}.app/Contents @rpath @executable_path/../Frameworks -r > /dev/null 2>&1 QMAKE_POST_LINK += && python $$SOURCE_DIR/tools/osxrelocator.py $${TARGET}.app/Contents @rpath @executable_path/../Frameworks -r > /dev/null 2>&1
codesign { codesign {
QMAKE_POST_LINK += && echo codesign # Disabled for now since it's not working correctly yet
QMAKE_POST_LINK += && codesign --deep $${TARGET}.app -s WQREC9W69J #QMAKE_POST_LINK += && echo codesign
#QMAKE_POST_LINK += && codesign --deep $${TARGET}.app -s WQREC9W69J
} }
# Create package # Create package
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment