bcampbell / evilpixie

Pixel-oriented paint program, modelled on Deluxe Paint
http://evilpixie.scumways.com
GNU General Public License v3.0
42 stars 3 forks source link

Improve desktop file #27

Closed fgaz closed 1 year ago

fgaz commented 1 year ago
bcampbell commented 1 year ago

Wonderful, thank you! Presumably it'd make sense to bump the v0.3 tag to include the new .desktop file? Not sure what github will do this with the existing 0.3 release already up... I could always add a 0.3.1 tag+release if simpler. Any thoughts?

fgaz commented 1 year ago

Pushing a new tag is best, see https://git-scm.com/docs/git-tag#_on_re_tagging

bcampbell commented 1 year ago

cool - github seems to have coped OK with the force-pushed retag! But let me know if you spot any oddness :-)

fgaz commented 1 year ago

I meant an entirely new tag (0.3.1), while keeping the old one (0.3) as it was. See the git manual section I linked for the rationale.

I think the force push broke my package update.

Changing it again is also not ideal, but it's been like this only for half an hour, so could you change 0.3 back and tag a new 0.3.1 release?

bcampbell commented 1 year ago

Doh! Totally misread your comment. OK. Old tag restored, new one added!

fgaz commented 1 year ago

Thanks!