Update mac-app-store-submission-guide.md
This commit is contained in:
parent
edb73fb734
commit
95476a81ae
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.
|
# Name of your app.
|
||||||
APP="YourApp"
|
APP="YourApp"
|
||||||
# The path of you app to sign.
|
# The path of your app to sign.
|
||||||
APP_PATH="/path/to/YouApp.app"
|
APP_PATH="/path/to/YourApp.app"
|
||||||
# The path to the location you want to put the signed package.
|
# The path to the location you want to put the signed package.
|
||||||
RESULT_PATH="~/Desktop/$APP.pkg"
|
RESULT_PATH="~/Desktop/$APP.pkg"
|
||||||
# The name of certificates you requested.
|
# The name of certificates you requested.
|
||||||
|
|
Loading…
Reference in a new issue