Skip to content

Commit

Permalink
Merge pull request #24 from pradiptasarma/logoAndName
Browse files Browse the repository at this point in the history
Updated logo and name
  • Loading branch information
scriptspry authored Feb 17, 2020
2 parents 293232b + 40ec097 commit 4ac9b40
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.idea/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Saavn Mac
# JioSaavn Mac

Based on Electron, built for Mac OS.

Expand Down
Binary file modified logo.icns
Binary file not shown.
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "Saavn",
"name": "JioSaavn",
"version": "0.0.3",
"description": "Saavn Mac App",
"description": "JioSaavn Mac App",
"main": "main.js",
"scripts": {
"start": "electron .",
"clean": "rm -rf build/*",
"pack": "electron-packager ./ --platform=darwin --arch=x64 --out=build --overwrite --icon=logo.icns",
"compress": "cd build/Saavn-darwin-x64/; 7z a Saavn.zip Saavn.app",
"install:app": "npm run clean; npm run pack; cp -r build/Saavn-darwin-x64/Saavn.app /Applications/Saavn.app"
"compress": "cd build/JioSaavn-darwin-x64/; 7z a JioSaavn.zip JioSaavn.app",
"install:app": "npm run clean; npm run pack; cp -r build/JioSaavn-darwin-x64/JioSaavn.app /Applications/JioSaavn.app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scriptspry/saavn-mac.git"
},
"keywords": [
"JioSaavn",
"Saavn",
"Mac",
"App"
Expand Down

0 comments on commit 4ac9b40

Please sign in to comment.