mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Fix issue with Debian package, because I renamed version to version.txt
This commit is contained in:
parent
07bdbd5714
commit
7c18d77fb2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -88,7 +88,7 @@ setup(
|
|||
(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'), ['version.txt']),
|
||||
(os.path.join(sys.prefix, 'share/onionshare/images'), images),
|
||||
(os.path.join(sys.prefix, 'share/onionshare/locale'), locale)
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue