Ver Fonte

Fix case of example keystore password in Compiling guide;

Bjorn há 2 anos atrás
pai
commit
0047fab2ae
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      guides/Compiling.md

+ 1 - 1
guides/Compiling.md

@@ -166,7 +166,7 @@ The usual CMake incantation with all of the above variables set up should produc
         -D ANDROID_NATIVE_API_LEVEL=29 \
         -D ANDROID_BUILD_TOOLS_VERSION=30.0.3 \
         -D ANDROID_KEYSTORE=/path/to/test.keystore \
-        -D ANDROID_KEYSTORE_PASS=PASS:hunter2 \
+        -D ANDROID_KEYSTORE_PASS=pass:hunter2 \
         ..
     $ cmake --build .