mthxx / Budget

Personal Finance for the Linux desktop.
http://mthx.org/projects/budget/
GNU General Public License v2.0
10 stars 3 forks source link

Make Initial Script executable in vcs #36

Closed thorsummoner closed 9 years ago

thorsummoner commented 9 years ago

Basically, rename Budget,py to just Budget and make it executable (chmod +x Budget). (Or better yet, budget).

Also consider creating a Budget.desktop file with an icon associated for desktop-launching; the find of file that would be installed into your start menu in the stable release.

mthxx commented 9 years ago

I did start work on a setup.py [https://github.com/mthxx/Budget/blob/master/setup.py] as well as a bit of research into packaging it up for Ubuntu/Debian systems and submitting it to the AUR. I'll create separate issues for each.

mthxx commented 9 years ago

Moving .desktop file into it's own issue. See #41