Pārlūkot izejas kodu

Fix case of example keystore password in Compiling guide;

Bjorn 2 gadi atpakaļ
vecāks
revīzija
0047fab2ae
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 .