flappy-svg icon indicating copy to clipboard operation
flappy-svg copied to clipboard

Create automatic build for Windows app

Open niccokunzmann opened this issue 8 years ago • 2 comments

We can use appveyor to build the windows flappy app automatically, when a commit occurs.

niccokunzmann avatar Jan 11 '17 10:01 niccokunzmann

@adarsh-ideal

Yeah, I checked that. Compiling the installer is easy and can be performed from command line, we just need the .nsi script But I need time to find an application to generate the .nsi script through command line on each new commit. - source

Why do we need a new nsi script?

niccokunzmann avatar Jan 11 '17 10:01 niccokunzmann

nsi is a scripting language created by NSIS to compile installers.

idealadarsh avatar Jan 11 '17 11:01 idealadarsh