mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Renamed OSX binary from onionshare_gui to onionshare-gui
This commit is contained in:
parent
00d1e29333
commit
55b653d3d2
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue