diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-10-21 12:30:44 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-10-21 12:30:44 -0700 |
commit | 02aea7cada10e45e442187f318a28df3677f4793 (patch) | |
tree | 0ba295c7b28d90c4154711f71da63e140d4a43a1 /subsonic-android | |
parent | c78f40d66b9d17a1d191b54bf1ff78b4b1a93c91 (diff) | |
download | dsub-02aea7cada10e45e442187f318a28df3677f4793.tar.gz dsub-02aea7cada10e45e442187f318a28df3677f4793.tar.bz2 dsub-02aea7cada10e45e442187f318a28df3677f4793.zip |
Location of keystore
Diffstat (limited to 'subsonic-android')
-rw-r--r-- | subsonic-android/ant.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/ant.properties b/subsonic-android/ant.properties index fb0849b1..de5f19ef 100644 --- a/subsonic-android/ant.properties +++ b/subsonic-android/ant.properties @@ -15,6 +15,6 @@ # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. -key.store=subsonic.keystore +key.store=C:/Users/Scott/Documents/Subsonic/subsonic-android/subsonic.keystore key.alias=subsonic |