rbreu / beeref

BeeRef Reference Image Viewer
GNU General Public License v3.0
514 stars 39 forks source link

Improve deployment to MacOS X #19

Closed andrsd closed 3 years ago

andrsd commented 3 years ago

With the current setup this is what MacOS X users would see when they run BeeRef.

image

Note how the version is in the menu bar. This is caused by having the version in the name of the app bundle. This is not a common practice really. Version is typically tracked via Info.plist.

Attached patch makes a small change to change this behavior, so that users would see this:

image

Patch: 00.patch.txt

@rbreu I can open a PR with this change if you like it, or you can go ahead and apply it yourself. Whatever is less hassle for you.

rbreu commented 3 years ago

Oh, okay, I see! I PR would give proper credits to you, but otoh it's a tiny change and easy to apply as a patch. I'll go ahead and to this tonight, unless I spy a PR first.