mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-10 20:28:46 -04:00
wrote build_dmg.sh script, which creates a pretty dmg "drag-to-Applications" installer (#43)
This commit is contained in:
parent
9db3ca59c8
commit
3a22b28f5a
3 changed files with 68 additions and 1 deletions
8
BUILD.md
8
BUILD.md
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue