mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
fix bug related to moving build_dmg.sh (#181)
This commit is contained in:
parent
a3ac0bf430
commit
a8bad1880d
@ -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}'"
|
||||
|
Loading…
Reference in New Issue
Block a user