No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar Icongenie - how to generate splashscreen and icons from separate files like it worked in v1?

    CLI
    1
    2
    395
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      OlekssiR last edited by

      Hello!
      I am confused a bit with v2 of icongenie. In v1, icongenie was generating icons and splash screens from two separate files. It was nice, especially when icons and splash screen are completely different.
      In v2, I can’t see an option to generate splash screen from separate file.
      When I am trying to do following:

      icongenie generate -i app-icon.png -b app-splashscreen.png
      

      I got this:
      Default@2x~iphone~anyany.png
      and when I am trying to just bg:

      icongenie generate -i app-icon.png -b app-splashscreen.png
      

      here is what I got:
      Default@3x~iphone~comany.png

      The most frustrating thing is that v1 doesn’t work on new projects utilizing quasar/app v2.

      The question is:
      how to generate icons and splashscreen from different separate files?

      Thank you!

      1 Reply Last reply Reply Quote 0
      • O
        OlekssiR last edited by

        Sorted it. this is how to generate icon and splash screen using two different files:

        icongenie generate -i app-icon.png -b app-splashscreen.png --splashscreen-icon-ratio=0
        
        1 Reply Last reply Reply Quote 1
        • First post
          Last post