Renamed linux_scripts to scripts, since they are now used for Linux, OSX, and Windows

This commit is contained in:
Micah Lee 2016-04-12 10:46:44 -07:00
parent e8ce6b1c54
commit 07bdbd5714
4 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ system = platform.system()
block_cipher = None
a = Analysis(
['linux_scripts/onionshare-gui'],
['scripts/onionshare-gui'],
pathex=['.'],
binaries=None,
datas=[

View file

@ -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']),