[Pkg-privacy-commits] [onionshare] 03/55: Add correct version number to OSX app Info.plist (fixes #275)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Sep 8 10:26:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch debian
in repository onionshare.
commit ef7fa690f548926146562e3ec64d4eac02735a7e
Author: Micah Lee <micah at micahflee.com>
Date: Thu Apr 14 12:04:05 2016 -0700
Add correct version number to OSX app Info.plist (fixes #275)
---
install/pyinstaller.spec | 3 +++
1 file changed, 3 insertions(+)
diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec
index f733774..817c22c 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -3,6 +3,8 @@
import platform
system = platform.system()
+version = open('resources/version.txt').read().strip()
+
block_cipher = None
a = Analysis(
@@ -54,6 +56,7 @@ if system == 'Darwin':
icon='install/onionshare.icns',
bundle_identifier='com.micahflee.onionshare',
info_plist={
+ 'CFBundleShortVersionString': version,
'NSHighResolutionCapable': 'True'
}
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list