fossasia / flappy-svg

Flappy Bird in SVG. Play it at http://fossasia.github.io/flappy-svg/
Other
1.6k stars 157 forks source link

Create automatic build for Windows app #252

Open niccokunzmann opened 7 years ago

niccokunzmann commented 7 years ago

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

niccokunzmann commented 7 years ago

@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?

idealadarsh commented 7 years ago

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