mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Display version string automatically in CLI, and in the status bar in GUI (#251)
This commit is contained in:
parent
d987a23c40
commit
e199946a8d
5 changed files with 23 additions and 2 deletions
1
setup.py
1
setup.py
|
@ -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)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue