Hi Serge,

I wrote a code generator package with uses Mustache and generates a NSIS
script. As an example:

    CGNSISIPharo4AppInstaller uniqueInstance
        product: 'MyProduct';
        identity: 'MyName';
        version: '1.0.0';
        url: 'http://www.google.com';
        launcher: 'MyLauncher.exe';
        licenseEnFileName: 'LICENSE_ENGLISH';
        iconFile: 'MyProduct.ico';
        welcomeBmpFile: 'MyProduct.bmp';
        splashBMPFileName: 'Splash.bmp';
        generate.

Maybe that's what you're looking for?

Hernán


2016-01-18 14:23 GMT-03:00 Serge Stinckwich <serge.stinckw...@gmail.com>:

> Dear all,
>
> I would like to distribute Kendrick like PharoLauncher, i.e as a
> binary package for mac and windows. Are the script of CI for
> generating PharoLauncher available somewhere ?
>
> Thank you.
> --
> Serge Stinckwich
> UCBN & UMI UMMISCO 209 (IRD/UPMC)
> Every DSL ends up being Smalltalk
> http://www.doesnotunderstand.org/
>
>

Reply via email to