Question

I just started looking into TideSdk and noticed that when I "compile" (or package) a project (in Win-7), I get all of these dependecies which is actually the un-compiled source code for the app.

Is there any way to:

  1. Have Tide SDK package a file to one executable
  2. Not have the source code visible in any way, shape, or form in the final executable?

If none of those are possible, is there an alternative that can to these things?

Was it helpful?

Solution

We are working on a solution. There are a few possibilities. The only thing that is possible currently is to obfuscate your code using google closure library through a tidebuilder option.

OTHER TIPS

I found this on google when trying to do something similar. It is annoying but seems to work. http://coffeecone.com/post/36127491095/howto-single-exe-for-tidesdk

I use the application virtualization app Cameyo for this purpose. http://www.cameyo.com/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top