How to fix logo and screenshot ratio?
To guarantee the effective presentation of the Blocklet detail page, we require Blocklet developers to submit images that adhere to certain specifications. For further information:
Blocklet Studio offers user-friendly tools that help developers automatically crop logos and screenshots to meet the necessary aspect ratio and size requirements. The following are detailed instructions on how to utilize these tools:
Building and publishing with Blocklet Studio?#
If you are using Blocklet Studio to build and release applications, updating those already published is straightforward: simply create a new release and upload the logo and screenshots, then publish your new release on Blocklet Store.
Building with Blocklet CLI?#
Developers creating applications through coding can update their logos and screenshots using the following steps, regardless of whether the application has been launched. Begin by confirming that you are using the latest official version, as this feature is only available in that version.
npm install -g @blocklet/cli@beta
blocklet server start
Next, run the following command in your Blocklet development directory:
blocklet dev studio
Next, navigate to the "Branding Images" page where you can update the Logo and screenshots.
Once all changes have been made, you are required to upload and publish the updated version. If you have already enabled automatic publishing for your application, manual publication will not be necessary.