Skip to content

Commit acee2c7

Browse files
committed
corrected the quotations
1 parent c1abc66 commit acee2c7

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ wm-cordova build android <src_dir> <dest_dir> [additional_arguments]
5555
### Example 1
5656

5757
~~~
58-
wm-cordova build android /path/to/src
58+
wm-cordova build android "/path/to/src"
5959
~~~
6060
### Example 2
6161
~~~
62-
wm-cordova build android /path/to/src \
63-
--aKeyStore=/path/to/file.keystore \
64-
--aStorePassword=store_password \
65-
--aKeyAlias=key_alias_name \
66-
--aKeyPassword=key \
67-
--packageType=production
62+
wm-cordova build android "/path/to/src" \
63+
--aKeyStore="/path/to/file.keystore" \
64+
--aStorePassword="store_password" \
65+
--aKeyAlias="key_alias_name" \
66+
--aKeyPassword="key" \
67+
--packageType="production"
6868
~~~
6969

7070
## IOS build
@@ -110,11 +110,11 @@ wm-cordova build ios <src_dir> <dest_dir> [additional_arguments]
110110

111111

112112
~~~
113-
wm-cordova build ios /path/to/src \
114-
--iCertificate=/path/to/distribution.p12 \
115-
--iCertificatePassword=unlock_password \
116-
--iProvisioningFile=/path/to/profile.mobileprovision \
117-
--packageType=production
113+
wm-cordova build ios "/path/to/src" \
114+
--iCertificate="/path/to/distribution.p12" \
115+
--iCertificatePassword="unlock_password" \
116+
--iProvisioningFile="/path/to/profile.mobileprovision" \
117+
--packageType="production"
118118
~~~
119119

120120
## License

0 commit comments

Comments
 (0)