mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix sstdeb.cfg so building a .deb works again
This commit is contained in:
parent
072c12fbb2
commit
bb0908d6a3
4 changed files with 2156 additions and 4 deletions
|
@ -2,13 +2,12 @@ include LICENSE
|
|||
include README.md
|
||||
include BUILD.md
|
||||
include share/*
|
||||
include share/icons/hicolor/scalable/apps/org.onionshare.OnionShare.svg
|
||||
include share/images/*
|
||||
include share/locale/*
|
||||
include share/templates/*
|
||||
include share/static/*
|
||||
include install/org.onionshare.OnionShare.desktop
|
||||
include install/org.onionshare.OnionShare.appdata.xml
|
||||
include install/onionshare80.xpm
|
||||
include install/org.onionshare.OnionShare.svg
|
||||
include install/scripts/onionshare-nautilus.py
|
||||
include tests/*.py
|
||||
|
|
2154
install/org.onionshare.OnionShare.svg
Normal file
2154
install/org.onionshare.OnionShare.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 157 KiB |
1
setup.py
1
setup.py
|
@ -66,7 +66,6 @@ data_files=[
|
|||
(os.path.join(sys.prefix, 'share/applications'), ['install/org.onionshare.OnionShare.desktop']),
|
||||
(os.path.join(sys.prefix, 'share/icons/hicolor/scalable/apps'), ['install/org.onionshare.OnionShare.svg']),
|
||||
(os.path.join(sys.prefix, 'share/metainfo'), ['install/org.onionshare.OnionShare.appdata.xml']),
|
||||
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
|
||||
(os.path.join(sys.prefix, 'share/onionshare'), file_list('share')),
|
||||
(os.path.join(sys.prefix, 'share/onionshare/images'), file_list('share/images')),
|
||||
(os.path.join(sys.prefix, 'share/onionshare/locale'), file_list('share/locale')),
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[DEFAULT]
|
||||
Package3: onionshare
|
||||
Depends3: python3, python3-flask, python3-flask-httpauth, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
|
||||
Build-Depends: python3-pytest, python3-requests
|
||||
Build-Depends: python3, python3-all, python3-pytest, python3-requests
|
||||
Suite: cosmic
|
||||
X-Python3-Version: >= 3.5.3
|
||||
|
|
Loading…
Reference in a new issue