asticode / go-astilectron-demo

Discover the power of Astilectron through a demo app
MIT License
404 stars 83 forks source link

Can you protect source code? #37

Closed bishen closed 5 years ago

bishen commented 6 years ago

A Sciter archive usage example.

To build it you need the packfolder tool from the Sciter SDK:

Now the resulting executable is completely stand-alone.

// Similar code w.SetResourceArchive(resource_name) w.LoadFile("this://app/simple.html")

asticode commented 6 years ago

@bishen isn't it what the bundler does?

It will bind what is in your resources folder and extract it when binary will be executed for the first time.