Skip to content

Commit

Permalink
release v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rachpt committed Jan 10, 2021
1 parent daaf309 commit f5c57f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ exe = EXE(pyz,
app = BUNDLE(exe,
name='lanzou-gui.app',
icon='./app_icon.icns',
info_plist={
'CFBundleDevelopmentRegion': 'Chinese',
'CFBundleIdentifier': "cn.rachpt.lanzou-gui",
'CFBundleVersion': '0.3.7',
'CFBundleShortVersionString': "0.3.7",
'NSHumanReadableCopyright': u"Copyright © 2021, rachpt, All Rights Reserved"
},
bundle_identifier=None)

0 comments on commit f5c57f9

Please sign in to comment.