Merge pull request #5347 from rhedshi/patch-1
Update mac-app-store-submission-guide.md
This commit is contained in:
commit
1bbc6211ca
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ And then sign your app with the following script:
|
|||
|
||||
# Name of your app.
|
||||
APP="YourApp"
|
||||
# The path of you app to sign.
|
||||
APP_PATH="/path/to/YouApp.app"
|
||||
# The path of your app to sign.
|
||||
APP_PATH="/path/to/YourApp.app"
|
||||
# The path to the location you want to put the signed package.
|
||||
RESULT_PATH="~/Desktop/$APP.pkg"
|
||||
# The name of certificates you requested.
|
||||
|
|
Loading…
Reference in a new issue