pluralsight / mob-timer

A mob programming application
Apache License 2.0
65 stars 26 forks source link

Adds Linux build script, application icon #7

Closed picandocodigo closed 7 years ago

picandocodigo commented 7 years ago

I'm using the app in Debian Testing with GNOME 3.22.3. Everything seems to work fine and the tests run fine.

I added the icon for GNOME's (and theoretically Unity's and other Desktop Environment's) task bars: mob-timer-icon

Let me know if you need any further testing or more information.

matt-github-acct commented 7 years ago

@picandocodigo Thank you for the PR! 🎉 🎉 I haven't had a chance to run this yet, but what do you think about moving icon.png into /src/windows/img?

picandocodigo commented 7 years ago

@mattcbaker I've updated the PR to have icon.png in /src/windows/img. I initially had it on the project's root because the icons for Mac and Windows are there. But since it's a png file, maybe it makes sense to have it under img.

allan-stewart commented 7 years ago

I had originally put the icons in the root folder because they were only being used in the build process. So I get why you used it there; that makes sense. Looks like you copied the file based on Matt's suggestion, that's good too.

Overall this looks great to me. I'm gonna merge it. Thanks for contributing, and I hope the timer has been useful for you and your team, @picandocodigo !

picandocodigo commented 7 years ago

Awesome! Yeah, my coworkers were using it on Mac, and when I saw it was an electron app I figured there would be a way to make it run on Linux. Luckily it was pretty simple 😃