Missing version number in macOS download
suschizu opened this issue · 2 comments
suschizu commented
Hello - I just wanted to report that the version number is missing in the macOS app download:
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>
drhelius commented
Thanks a lot for reporting
core-code commented
i can confirm the problem