File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ app = BUNDLE(
8080 info_plist = {
8181 "CFBundleDisplayName" : "Mouser" ,
8282 "CFBundleName" : "Mouser" ,
83- "CFBundleShortVersionString" : "1.0 .0" ,
84- "CFBundleVersion" : "1.0 .0" ,
83+ "CFBundleShortVersionString" : "3.5 .0" ,
84+ "CFBundleVersion" : "3.5 .0" ,
8585 "LSMinimumSystemVersion" : "12.0" ,
8686 "LSUIElement" : True ,
8787 "NSHighResolutionCapable" : True ,
Original file line number Diff line number Diff line change @@ -257,7 +257,8 @@ if sys.platform == 'darwin':
257257 icon = 'images/AppIcon.icns' ,
258258 bundle_identifier = 'com.mouser.app' ,
259259 info_plist = {
260- 'CFBundleShortVersionString' : '1.0.0' ,
260+ 'CFBundleShortVersionString' : '3.5.0' ,
261+ 'CFBundleVersion' : '3.5.0' ,
261262 'LSUIElement' : True , # Runs in background (menu bar app)
262263 'NSHighResolutionCapable' : True ,
263264 },
You can’t perform that action at this time.
0 commit comments