Releases: dealfonso/lsc
Releases · dealfonso/lsc
Current release
This version enables to run commands like
lsc -N myapp example
That will output something like that:
bb667716-dc83-49d7-952b-1e2fa7dc5b25
Your new licensed application has been generated in file 'myapp'.
Please take note of your license number, because you need it to run
your application. The license number is unique for that application.
Have in mind that if you lose that license, your application will be
unusable.
In order to run your application, you can use the next command:
LICENSE=bb667716-dc83-49d7-952b-1e2fa7dc5b25 ./myapp3
Otherwise you can create a config file in a common configuration place
and put the next content:
LICENSE=bb667716-dc83-49d7-952b-1e2fa7dc5b25
e.g.
/etc/myapp.conf
~/.myapp.conf
And will generate an application that has embedded the code which has been encrypted and gzipped the original code in file "example", and needs the license number in order to be ran.