Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Chappell committed Oct 2, 2020
1 parent 336b222 commit 2266e26
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions doc/README_MAC.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,17 @@ the users in a group can find each other.
INSTALLATION (Mac)
=======================

There is no installer yet, sorry about that!
The software is distributed as a DMG disk image. Once you've double-clicked
it you will be able to install the standalone application or whichever
plugin varieties you want by simply dragging them to the folder aliases
directly below each item in the DMG's window.

The first time you run the SonoBus.app, you may need to
right click and select Open, from the finder.

More information about the plugin folder locations is below in case you need
it. But simply dragging them into the appropriate folder in the DMG should
be all you need.

---------------

If you want to use the AudioUnit plugin version, copy the
SonoBus.component from the Plugins folder to your home directory
Expand Down
2 changes: 1 addition & 1 deletion release/dist.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

cp ../doc/README_MAC.txt sonobus/
cp ../doc/README_MAC.txt SonoBus/
6 changes: 3 additions & 3 deletions release/pushrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -d "$1" ] ; then
exit 1
fi

for f in *.zip; do
for f in *.zip *.dmg; do

## Check if the glob gets expanded to existing files.
## If not, f here will be exactly the pattern above
Expand All @@ -28,10 +28,10 @@ if [ -d "$1" ] ; then
exit 1
fi

FILES=`echo *.zip`
FILES=`echo *.zip *.dmg`

echo "Making release $1 with assets: ${FILES}"
gitrelease.sh essej/sonobus $1 -- *.zip < notes.md
gitrelease.sh essej/sonobus $1 -- *.zip *.dmg < notes.md

echo
echo "Done!"
Expand Down

0 comments on commit 2266e26

Please sign in to comment.