mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-15 05:13:11 -04:00
Renamed linux_scripts to scripts, since they are now used for Linux, OSX, and Windows
This commit is contained in:
parent
e8ce6b1c54
commit
07bdbd5714
@ -6,7 +6,7 @@ system = platform.system()
|
||||
block_cipher = None
|
||||
|
||||
a = Analysis(
|
||||
['linux_scripts/onionshare-gui'],
|
||||
['scripts/onionshare-gui'],
|
||||
pathex=['.'],
|
||||
binaries=None,
|
||||
datas=[
|
||||
|
2
setup.py
2
setup.py
@ -83,7 +83,7 @@ setup(
|
||||
keywords='onion, share, onionshare, tor, anonymous, web server',
|
||||
packages=['onionshare', 'onionshare_gui'],
|
||||
include_package_data=True,
|
||||
scripts=['install/linux_scripts/onionshare', 'install/linux_scripts/onionshare-gui'],
|
||||
scripts=['install/scripts/onionshare', 'install/scripts/onionshare-gui'],
|
||||
data_files=[
|
||||
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']),
|
||||
(os.path.join(sys.prefix, 'share/appdata'), ['install/onionshare.appdata.xml']),
|
||||
|
Loading…
x
Reference in New Issue
Block a user