Skip to content

Commit a067001

Browse files
committed
Added self signed code signing to mac os release build
1 parent c44cae0 commit a067001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ if [ "$1" = "osx" ]; then
162162
security default-keychain -d user -s /tmp/correomqtt-db
163163
security unlock-keychain -p 1234 /tmp/correomqtt-db
164164
security list-keychains -s /tmp/correomqtt-db
165-
codesign -h -fs correomqtt.org --keychain /tmp/correomqtt-db --force correo/CorreoMQTT.app
165+
codesign -h -fs correomqtt.org --keychain /tmp/correomqtt-db --force target/CorreoMQTT.app
166166

167167
./jdk-14.jdk/Contents/Home/bin/jpackage \
168168
--type dmg \

0 commit comments

Comments
 (0)