Skip to content

Commit 9527b33

Browse files
authored
Added info that the storeFile location in key.properties on Windows must be specified with double backslashes
1 parent 057aefd commit 9527b33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/deployment/android.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ The `storeFile` might be located at
188188
`/Users/<user name>/upload-keystore.jks` on macOS
189189
or `C:\\Users\\<user name>\\upload-keystore.jks` on Windows.
190190

191+
:::note
192+
Note that the Windows path to keystore.jks must be specified with double backslashes `\\`.
193+
:::
194+
191195
:::warning
192196
Keep the `key.properties` file private;
193197
don't check it into public source control.

0 commit comments

Comments
 (0)