[Pkg-anonymity-tools] [onionshare] 40/57: fix bug related to moving build_dmg.sh (#181)

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue May 19 18:18:57 UTC 2015


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

u-guest pushed a commit to annotated tag 0.7
in repository onionshare.

commit a8bad1880d282e56d8e0ac186bd36a5f0a416db8
Author: Micah Lee <micah at micahflee.com>
Date:   Fri May 15 13:09:26 2015 -0700

    fix bug related to moving build_dmg.sh (#181)
---
 install/build_dmg.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/build_dmg.sh b/install/build_dmg.sh
index 987ccb3..e1ac549 100755
--- a/install/build_dmg.sh
+++ b/install/build_dmg.sh
@@ -15,7 +15,7 @@ rm -rf $ROOT/dist &>/dev/null 2>&1
 
 # build the .app
 echo Building OnionShare.app
-pyinstaller -w -y $ROOT/setup/onionshare-osx.spec
+pyinstaller -w -y $ROOT/install/onionshare-osx.spec
 
 # create the .dmg
 echo Creating DMG
@@ -29,7 +29,7 @@ echo Setting up DMG
 cp -r $ROOT/dist/OnionShare.app $VOLUME
 ln -s /Applications $VOLUME/Applications
 mkdir $VOLUME/.background
-cp $ROOT/setup/dmg_background.png $VOLUME/.background/background.png
+cp $ROOT/install/dmg_background.png $VOLUME/.background/background.png
 echo '
    tell application "Finder"
      tell disk "'${TITLE}'"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git



More information about the Pkg-anonymity-tools mailing list