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 block_cipher = None
a = Analysis( a = Analysis(
['linux_scripts/onionshare-gui'], ['scripts/onionshare-gui'],
pathex=['.'], pathex=['.'],
binaries=None, binaries=None,
datas=[ datas=[

View file

@ -83,7 +83,7 @@ setup(
keywords='onion, share, onionshare, tor, anonymous, web server', keywords='onion, share, onionshare, tor, anonymous, web server',
packages=['onionshare', 'onionshare_gui'], packages=['onionshare', 'onionshare_gui'],
include_package_data=True, include_package_data=True,
scripts=['install/linux_scripts/onionshare', 'install/linux_scripts/onionshare-gui'], scripts=['install/scripts/onionshare', 'install/scripts/onionshare-gui'],
data_files=[ data_files=[
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']), (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/appdata'), ['install/onionshare.appdata.xml']),