0

Possible Duplicate:
How to build & deploy a Samsung SmartTV app without the IDE

Is there a way to package a Smart TV app without using the Samsung IDE tools - ideally I'd like to integrate the build into either an Ant or Grunt.js build script.

Community
  • 1
  • 1
Wil
  • 11
  • 3
  • Thanks for asking this. I hadn't considered it before, but it could save me quite a bit of frustration in the long term to generate packages programatically. – Quentin Dec 12 '12 at 10:33
  • @Quentin: In that case, you might be interested in my answer to the proposed duplicate. – Andy E Dec 15 '12 at 15:35

1 Answers1

1

They are just zip files containing the application, so long as you put the right files inside (which you can see examples of in the IDE's display, or by unzipping a package created with the IDE) there is no obvious reason that you would need to use the IDE.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335