CoreCode

Results 129 comments of CoreCode
trafficstars

its not just that the version number has not increased, it was completely removed altogether the previous release had a proper bundle-identifier ( com.adriweb.firebird-emu ) and proper version numbers (1.5)...

for one, any third party updater will confuse the app with the original because it is indistinguishable

> The proper fix will probably involve modifying the pyinstaller command. since the app is unsigned you could also process the Info.plist after the build step e.g. using ```/usr/libexec/PlistBuddy ```

regarding the version number: ` "build": "electron-packager app SpaceRadar --platform=darwin --arch=x64 --version=1.7.8 --version-string.CompanyName=zz85 --version-string.ProductName=SpaceRadar --icon=Icon.icns", ` the problem is this line. it should read ` version=5.1.0`

it is fixed in 5.3.1, thanks

its not only the about window, if you select the app in the Finder, you'll also see 1.2.8 instead of 1.2.9

@github-actions i can confirm there has been no activity related to fixing this issue