ligershark / sidewafflev2

Other
30 stars 11 forks source link

Update template.json guids #14

Closed sayedihashimi closed 6 years ago

sayedihashimi commented 6 years ago

For some reason the way the guids section is written is not working correctly.

We are writing

  "guids": [
    "{9A40F019-E5A2-4CF3-B706-2D39F29C0672}"
  ],

and it doesn't show up after install, but below works.

"guids": [ "{9A40F019-E5A2-4CF3-B706-2D39F29C0672}" ],

Needs investigation

sayedihashimi commented 6 years ago

Looks like the issue was something else