etesync / etesync-dav

This is a CalDAV and CardDAV adapter for EteSync
https://www.etesync.com
GNU General Public License v3.0
290 stars 47 forks source link

macOS etesync.app bundle should show the correct version number #180

Open porg opened 3 years ago

porg commented 3 years ago

Reproduction 1) On macOS go to your "Applications" folder. 2) Select etesync-dav. 3) File > Info (cmd-I) shows you the file info dialogue

Actual:

Expected

etesync-dav version info

Implementation hints In file: /Applications/etesync-dav.app/Contents/Info.plist

<key>CFBundleShortVersionString</key>
<string>0.0.0</string> <!-- Your build process should put the correct version number here. -->

Then users can easily tell the version number by the ordinary mechanisms of macOS.

tasn commented 3 years ago

I have no idea how to fix this, as it seems like pyinstaller doesn't support modifying this. If anyone has any idea, please share!