wrote build_dmg.sh script, which creates a pretty dmg "drag-to-Applications" installer (#43)

This commit is contained in:
Micah Lee 2014-06-25 17:19:19 -07:00
parent 9db3ca59c8
commit 3a22b28f5a
3 changed files with 68 additions and 1 deletions

View file

@ -51,7 +51,7 @@ Each time you start work:
. env/bin/activate
```
Build the .app:
To build the .app:
```sh
pyinstaller -w -y setup/onionshare-osx.spec
@ -59,6 +59,12 @@ pyinstaller -w -y setup/onionshare-osx.spec
Now you should have `dist/OnionShare.app`.
To build a .dmg (this script builds the .app for you):
```sh
setup/build_dmg.sh
```
## Windows
The first time you're setting up your dev environment: