fossasia / flappy-svg

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

Updated Binary and Source of Windows Flappy SVG #249

Closed idealadarsh closed 7 years ago

idealadarsh commented 7 years ago

V 2.0

niccokunzmann commented 7 years ago

Thanks. I do not know, what you updated the mode of so many files for.

idealadarsh commented 7 years ago

I updated source, "content" folder with gh-pages branch. And compiled new installer with updated game.

idealadarsh commented 7 years ago

Also minimalized installer, it was around 40 mb then but now it is around 23-25 mb.

idealadarsh commented 7 years ago

I didn't changed the mode, it was automatically changed by git when I pushed it to my fork.

niccokunzmann commented 7 years ago

okay. Have you seen the new automatic build issue? What do you think? Do you know, what the console build command looks like?

niccokunzmann commented 7 years ago

https://github.com/fossasia/flappy-svg/issues/250

idealadarsh commented 7 years ago

Its for android.

idealadarsh commented 7 years ago

I can try to make it work.

niccokunzmann commented 7 years ago

Uh - we can also work on a windows build - there is AppVeyor - a Windows travis so to say.

idealadarsh commented 7 years ago

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.