codestation / qcma

Cross-platform content manager assistant for the PS Vita (No longer maintained)
GNU General Public License v3.0
551 stars 95 forks source link

version numbers missing on macOS #118

Closed core-code closed 5 years ago

core-code commented 6 years ago

i've downloaded Version '0.4.1' but when selecting it in the Finder and using 'Get Info' it doesn't show any Version-number at all. i guess the CFBundleVersion and CFShortVersionString entries in your Info.plist file are missing. all apps on macOS are supposed to contain valid version information.

codestation commented 6 years ago

I generate the application using macdeployqt, i guess that it doesn't add the version info. This will have to wait until i streamline the build process on macOS so i can add the missing fields. No ETA since i don't update Qcma these days.

core-code commented 6 years ago

ok thanks. i'll look into macdeployqt, if it doesn't add the version numbers then thats a bug i'll report to them.