Skip to content

Commit

Permalink
Merge pull request Samsung#1027 from shivgarg/rectify_codesigner
Browse files Browse the repository at this point in the history
build/configs/artik05x: Correcting tizenrt image path in artik05x_download.sh
  • Loading branch information
Taejun-Kwon authored Nov 28, 2017
2 parents e911b0b + a12b1ed commit 076cf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/configs/artik05x/artik05x_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ signing() {
exit 1
fi

${CODESIGNER_PATH}/${CODESIGNER_TOOL} ${CODESIGNER_PATH}/rsa_private.key $TIZENRT_IMAGE
${CODESIGNER_PATH}/${CODESIGNER_TOOL} ${CODESIGNER_PATH}/rsa_private.key $TIZENRT_BIN
TIZENRT_BIN=${TIZENRT_BIN}-signed
}

Expand Down

0 comments on commit 076cf34

Please sign in to comment.