mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Renamed OSX binary from onionshare_gui to onionshare-gui
This commit is contained in:
parent
00d1e29333
commit
55b653d3d2
@ -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 New Issue
Block a user