mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 07:25:10 -04:00
moved build scripts into install folder (#181)
This commit is contained in:
parent
669750be37
commit
245ddd0300
18 changed files with 29 additions and 21 deletions
5
setup.py
5
setup.py
|
@ -64,8 +64,8 @@ setup(
|
|||
include_package_data=True,
|
||||
scripts=['bin/onionshare', 'bin/onionshare-gui'],
|
||||
data_files=[
|
||||
(os.path.join(sys.prefix, 'share/applications'), ['setup/onionshare.desktop']),
|
||||
(os.path.join(sys.prefix, 'share/pixmaps'), ['setup/onionshare80.xpm']),
|
||||
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']),
|
||||
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
|
||||
(os.path.join(sys.prefix, 'share/onionshare/images'), [
|
||||
'images/logo.png',
|
||||
'images/drop_files.png',
|
||||
|
@ -88,4 +88,3 @@ setup(
|
|||
])
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue