Linux setup
Hi,
I am sure, I will a have stupid question, but I need to ask ;)
I use nsis for my job, for two years now, and I totally addict of it. So just thnaks you for that.
So my question, I generate the setup with Linux version of
nsis compiler. In the future I will need to have to make Linux setup too. And I don't want to be dependent of a package system, so no deb or rpm file.
For the moment the only tool I found is makeself (the archive in compressed and save under a script shell.
we launch this script shell and the data save inside is installed...
... but it's not as fun as nsis... So do you have plan to make
an Total linux nsis version ?
And if not. do you think I should be an hard work to add this support on the linux nsis compiler ?
Thanks.