drhelius/Gearboy

Missing version number in macOS download

suschizu opened this issue · 2 comments

Hello - I just wanted to report that the version number is missing in the macOS app download:
image

the info.plist ShortVersionString and BundleVersion keys are missing:

<dict>
    <key>CFBundleExecutable</key>
    <string>run.sh</string>
    <key>CFBundleIdentifier</key>
    <string>me.ignaciosanchez.Gearboy</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>Gearboy</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleIconFile</key>
    <string>iconfile</string>
    <key>NSHighResolutionCapable</key>
    <string>True</string>
</dict>

Thanks a lot for reporting

i can confirm the problem