Renamed OSX binary from onionshare_gui to onionshare-gui

This commit is contained in:
Micah Lee 2016-04-10 15:13:38 -07:00
parent 00d1e29333
commit 55b653d3d2

View File

@ -28,7 +28,7 @@ exe = EXE(
pyz,
a.scripts,
exclude_binaries=True,
name='onionshare_gui',
name='onionshare-gui',
debug=False,
strip=False,
upx=True,
@ -41,7 +41,7 @@ coll = COLLECT(
a.datas,
strip=False,
upx=True,
name='onionshare_gui')
name='onionshare-gui')
app = BUNDLE(
coll,