mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 19:06:20 -04: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,
|
pyz,
|
||||||
a.scripts,
|
a.scripts,
|
||||||
exclude_binaries=True,
|
exclude_binaries=True,
|
||||||
name='onionshare_gui',
|
name='onionshare-gui',
|
||||||
debug=False,
|
debug=False,
|
||||||
strip=False,
|
strip=False,
|
||||||
upx=True,
|
upx=True,
|
||||||
|
@ -41,7 +41,7 @@ coll = COLLECT(
|
||||||
a.datas,
|
a.datas,
|
||||||
strip=False,
|
strip=False,
|
||||||
upx=True,
|
upx=True,
|
||||||
name='onionshare_gui')
|
name='onionshare-gui')
|
||||||
|
|
||||||
app = BUNDLE(
|
app = BUNDLE(
|
||||||
coll,
|
coll,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue