From a9b009da2012a2e46651215966ed9b71df62b4de Mon Sep 17 00:00:00 2001 From: Alexander Prinzhorn Date: Fri, 29 May 2026 08:44:20 +0200 Subject: [PATCH] Update Play Store deployment instructions Removed redundant command from the deployment instructions. --- docs/deployment/play-store.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/play-store.mdx b/docs/deployment/play-store.mdx index ce2dd35317e..577cbfdf625 100644 --- a/docs/deployment/play-store.mdx +++ b/docs/deployment/play-store.mdx @@ -23,7 +23,7 @@ If you are using Capacitor, you can additionally refer to the Capacitor document To generate a release build for Android, build your web app and then run the following cli command: ```shell -npx cap copy && npx cap sync +npx cap sync ``` This will copy all web assets and sync any plugin changes.