Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-13930

generate wrong binary file using JSON-based wizard

    XMLWordPrintable

Details

    • 96e3f258d634030e6f096f39eb7ed83b6b75dc4a

    Description

      Hi,
      My custom wizard project contains a PNG file. I write "generators" in wizard.json as below:
      "generators":
      [
      {
      "typeId": "File",
      "data":
      [

      { "source": "icon.png", "target": "icon.png" }

      ]
      }
      ]

      But when I generate a project using this wizard, the icon.png has wrong size and can't open by image viewer.
      There's no "binary" property in JSON-based wizard like in XML-based, perhaps it's treated as a text file?

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            hunger Tobias Hunger
            caizhenbin caizhenbin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes