[Pkg-privacy-commits] [onionshare] 40/66: Renamed OSX binary from onionshare_gui to onionshare-gui

Ulrike Uhlig u-guest at moszumanska.debian.org
Wed Apr 13 22:17:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository onionshare.

commit 55b653d3d283ab7f9ceec57c00ebd5ffb8926deb
Author: Micah Lee <micah at micahflee.com>
Date:   Sun Apr 10 15:13:38 2016 -0700

    Renamed OSX binary from onionshare_gui to onionshare-gui
---
 install/pyinstaller-osx.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/pyinstaller-osx.spec b/install/pyinstaller-osx.spec
index da6e87c..1cd7555 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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list