Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
Fix OS X signing
Browse files Browse the repository at this point in the history
  • Loading branch information
aluxian committed Jun 26, 2016
1 parent 225a528 commit 86bb649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gulp.task 'clean', ->

# Only runs on OSX (requires XCode properly configured)
gulp.task 'sign:osx64', ['build:osx64'], ->
shelljs.exec 'codesign -v -f -s "Alexandru Rosianu Apps" ./build/Messenger/osx64/Messenger.app/Contents/Frameworks/*'
shelljs.exec 'codesign -v -f -s "Alexandru Rosianu Apps" ./build/Messenger/osx64/Messenger.app/Contents/Versions/*/*'
shelljs.exec 'codesign -v -f -s "Alexandru Rosianu Apps" ./build/Messenger/osx64/Messenger.app'
shelljs.exec 'codesign -v --display ./build/Messenger/osx64/Messenger.app'
shelljs.exec 'codesign -v --verify ./build/Messenger/osx64/Messenger.app'
Expand Down

0 comments on commit 86bb649

Please sign in to comment.