Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with extraFiles not being valid #1302

Closed
mastergberry opened this issue Feb 24, 2017 · 3 comments · May be fixed by qcif/data-curator#563
Closed

Issue with extraFiles not being valid #1302

mastergberry opened this issue Feb 24, 2017 · 3 comments · May be fixed by qcif/data-curator#563
Labels

Comments

@mastergberry
Copy link
Contributor

  • Version: 14.3.0 (Previously on 13.5.0)
  • Target: nsis

Getting the following error suddenly in the latest build

Error: Config is invalid:
{
  "extraFiles[2]": "Should be string",
  "extraFiles[3]": "Should be string",
  "extraFiles[6]": "Should be string",
  "extraFiles": [
    "Should be object",
    "Should be null,string",
    "Invalid option object"
  ],
  "extraFiles[0]": "Should be object",
  "extraFiles[1]": "Should be object",
  "extraFiles[4]": "Should be object",
  "extraFiles[5]": "Should be object"
}

This is the section of the config in question:

"extraFiles": [
      "lib/*.jar",
      "lib/Proguard/**/*",
      {
        "from": "lib/",
        "to": ".",
        "filter": [
          "*.dll"
        ]
      },
      {
        "from": "lib/",
        "to": ".",
        "filter": [
          "*.exe"
        ]
      },
      "licenses/**",
      "BLClient/BLClient.json",
      {
        "from": "include/",
        "to": "."
      }
    ],

@develar something recently break this behavior?

@mastergberry
Copy link
Contributor Author

Looks like this commit might have changed the behavior?

3fa6259

@develar
Copy link
Member

develar commented Feb 24, 2017

Will be fixed ASAP.

@develar
Copy link
Member

develar commented Feb 24, 2017

Thanks! Fixed in upcoming 14.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants