diff --git a/install/pyinstaller-osx.spec b/install/pyinstaller-osx.spec index da6e87c0..1cd75557 100644 --- a/install/pyinstaller-osx.spec +++ b/install/pyinstaller-osx.spec @@ -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,