Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptspry committed May 6, 2018
1 parent d0a276c commit 488099e
Show file tree
Hide file tree
Showing 5 changed files with 1,825 additions and 19 deletions.
24 changes: 7 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,27 @@

Based on Electron, built for Mac OS.

Download, and other info - [scriptspry.com/2016/07/30/saavn-mac-app.html](http://scriptspry.com/2016/07/30/saavn-mac-app.html).
Download - [Saavn.zip](https://cdn.rawgit.com/scriptspry/Saavn-Mac/master/build/Saavn-darwin-x64/Saavn.zip).

Blog post - [scriptspry.com/2016/07/30/saavn-mac-app.html](http://scriptspry.com/2016/07/30/saavn-mac-app.html).

## Development

Run `npm run` to see all commands defined in `package.json`.

#### Build Locally
```
npm run clean
npm run pack
```
#### Build & Install Locally

#### Install Locally
Copies compiled binary to `/Applications`
```
npm run install
npm run install:app
```

#### Push to S3
Copies compressed binary to s3. Requires 7zip. Run `brew install p7zip` for the command line version.

```
npm run compress
npm run publish
```
Make sure to `npm install` after cloning this repository.

# License

The MIT License (MIT)

Copyright (c) 2016 scriptspry
Copyright (c) 2018 scriptspry

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
3 changes: 2 additions & 1 deletion build/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*

!.gitignore
!.gitignore
!build/Saavn-darwin-x64/Saavn.zip
Binary file added build/Saavn-darwin-x64/Saavn.zip
Binary file not shown.
Loading

0 comments on commit 488099e

Please sign in to comment.