Display version string automatically in CLI, and in the status bar in GUI (#251)

This commit is contained in:
Micah Lee 2016-02-12 10:48:25 -08:00
parent d987a23c40
commit e199946a8d
5 changed files with 23 additions and 2 deletions

View file

@ -90,6 +90,7 @@ if system == 'Linux':
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']),
(os.path.join(sys.prefix, 'share/appdata'), ['install/onionshare.appdata.xml']),
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
(os.path.join(sys.prefix, 'share/onionshare'), ['version']),
(os.path.join(sys.prefix, 'share/onionshare/images'), images),
(os.path.join(sys.prefix, 'share/onionshare/locale'), locale)
]